61 programs for "x86_64-linux-gnu" with 2 filters applied:

  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 1
    Beam

    Beam

    A type-safe, non-TH Haskell SQL library and ORM

    Beam is a Haskell interface to relational databases. Beam uses the Haskell type system to verify that queries are type-safe before sending them to the database server. Queries are written in a straightforward, natural monadic syntax. Combinators are provided for all standard SQL92 features, and a significant subset of SQL99, SQL2003, and SQL2008 features. Beam is standards-compliant but not naive. We recognize that different database backends provide different guarantees, syntaxes, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Hibernate

    Hibernate

    An object relational-mapping (ORM) library for Java

    Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. Hibernate ORM enables developers to more easily write applications whose data outlives the application process. As an Object/Relational Mapping (ORM) framework, Hibernate is concerned with data persistence as it applies to relational databases (via JDBC).
    Leader badge
    Downloads: 1,158 This Week
    Last Update:
    See Project
  • 3
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    DataNucleus

    DataNucleus

    Java persistence using JDO, JPA or REST

    DataNucleus provides Java data persistence to a range of datastores using JDO/JPA/REST APIs. *** Note that code development is no longer on SourceForge (code on SourceForge is for versions up to 3.3.5 only) ***
    Downloads: 4 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5

    SQLObject

    SQLObject is a Python ORM.

    SQLObject is an object-relational mapper for Python. It supports MySQL, PostgreSQL, SQLite, Firebird, MaxDB/SapDB, MS SQL and Sybase. It supports Python versions back to 2.7.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    XML Editor/Validator/Designer with CAMV

    XML Editor/Validator/Designer with CAMV

    CAM XML Editor for XML+JSON+Hibernate+SQL Open-XDX sponsored by Oracle

    The CAM editor is the leading open source XML Editor/Validation/Schema toolset for rapidly building / deploying XML /JSON /Hibernate /SQL data /Forms applications. Visual WYSIWYG data design, rule entry wizards + drag & drop dictionary components. Will import, analyze / refactor from XML Schema / JSON. Oracle is a proud enterprise sponsor; with NIEM.gov support. Do SQL data import/map+ Open Data API delivery+ Hibernate JPA + UI Forms/Pencil Makes XSD schema (default, flatten, NIEM, &...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 7
    Jkniv is set of Java libraries to help software development. A Switzerland penknife (kniv). sqlegance, whinstone, SAP Java Connector (JCo) with Apache Camel, JAAS for hybrid authentication and authorization for Glassfish server. You can fork us: - jkniv-whinstone on https://github.com/alisson-gomesc/jkniv - jkniv-jaas on https://github.com/alisson-gomesc/jkniv-jaas - jkniv-camel-sap-jco3 on https://github.com/alisson-gomesc/jkniv-camel
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    YB.ORM
    YB.ORM is a tool for object-relational mapping (ORM) for C++. Inspired by things like Hibernate or SQLAlchemy. Should be database-independent. Includes a tool for code generation of Domain objects. Tables' metadata description is an XML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DCLPS

    DCLPS

    DCLPS: database control loading and prompting system

    FRESHHH DCLPS can be considered an object relational mapping system ORM framework. It is robust well structured web oriented programming system that allows to create web systems (web sites) just by coding javascript. That is possible cause it uses a few server php script files that are requested by javascript to get some results. The key of this system is its structure that has to deal with nested tree objects and how it is implemented in the relational database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
  • 10
    A framework designed to run multiple advanced applications on the same code base. It can be used as a library of useful classes for existing code, or a complete end-to-end framework for new applications. It is mature, stable and actively developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fakoli
    Fakoli is an entity-based Rapid Application Development framework for PHP. In addition to the core framework, Fakoli/CMS can be used to provide component-based Content Management functionality for your Fakoli application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AutoDAO is a Generic DAO on steroids implementation for Java with Hibernate support, annotation-driven configuration, tight Spring Framework integration and zero persistence code required for most common query types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Better SQL in java! Offering a seamless java class mapping and SQL-like domain-specific language implemented for number of commercial and open-source DBMS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    littletable is a lightweight in-memory data manager of collections of Python objects, providing ORM-like access for querying and joining data using object attributes as pseudo-columns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ThinORM

    A lightweight ORM that does not require annotations.

    This project was the result of working on systems constrained to versions of Java < 1.5 and including a great deal of code dealing with object persistence. This project was essentially a proof-of-concept to determine whether or not I could create, essentially, an alternative to JPA that did not rely on annotations. I was able to create a working system, and a fairly lightweight one at that, but it would require a great deal of work to be production ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MILK - Java database framework

    Lightweight Java database framework featuring a simple ORM

    MILK is a lightweight Java database framework. Its main target is to simplify database development providing an easy-to-use API to run SQL queries and a slim configurable ORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    POJava is a simple, light-weight Java-based API for data processing and development. It includes an immutable DateTime object capable of parsing free-form dates in multiple languages and formats, and a variety of utilities for data transformation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ObjetBDD is a Object Relational mapping (ORM) class, whitch encapsulate database's tables access, like Select, Insert, Update or Delete (CRUD : create, read, update, delete). It works with ADODB class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    jEasyORM

    Simple Java ORM

    Simple small extensible object relational mapper with database independent key generation and paging
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    easyObject

    easyObject

    modern web applications development made easy

    easyObject is an intuitive tool that enables to ensure common tasks of most web applications very easily. Written in PHP5 and using jQuery for the UI, it is fast, efficient, reliable and robust. In a word, the perfect tool for lazy and demanding developers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings and is fully OSGi ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Reamsey

    An ORM tool for Java Development

    The project is still under development. There is a limited version which will be released for beta users soon. The databases that will be initially supported are oracle and mysql for now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Conserve
    Conserve is no longer hosted at SourceForge, we have moved to GitHub: https://github.com/ConserveORM/main
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Essential ORM Modeler

    Essential ORM Modeler

    Design your ORM application in a platform independent way.

    Essential ORM Modeler allows you to model your application using an extension of UML class models, generating code for distinct ORM frameworks (JPA, SQLAlchemy or Ruby´s ActiveRecord). The notation, based on persistence patterns, is platform independent. This tool is a plugin of eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next