Projects tagged ‘database’ and ‘persistence’


[43 total ]
330

Hibernate

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

Hibernate is a powerful, high performance object/relational persistence and query service for Java. It lets you develop persistent objects following common Java idiom, including composition, association, inheritance, polymorphism, and the Java ... [More] collections framework. To allow a rapid build procedure, Hibernate rejects the use of code generation or bytecode processing. Instead, runtime reflection is used and SQL generation occurs at system startup time. It supports Oracle, DB2, MySQL, PostgreSQL, Sybase, Interbase, Microsoft SQL Server, Mckoi SQL, Progress, SAP DB, and HypersonicSQL. [Less]

Metrics updated about 17 hours ago

87

SQLAlchemy

   
Primary Language: Python Licensed as: MIT License

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and ... [More] high-performing database access, adapted into a simple and Pythonic domain language. SQL databases behave less and less like object collections the more size and performance start to matter; object collections behave less and less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles. [Less]

Metrics updated about 11 hours ago

54

NHibernate

   
Primary Language: C# Licensed as: GNU Lesser General Public License 2.1

NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically ... [More] generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code. [Less]

Metrics updated 08 Jul 08

45

Propel

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

Propel is an object persistence and query service -- which means that Propel provides a system for storing objects to a database and a system for searching for and restoring the objects from the database. Propel enables you to perform complex queries and database manipulations without writing a single SQL clause.

Metrics updated about 3 hours ago

35

Doctrine

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

Doctrine is an ORM (object relational mapper) for PHP that sits on top of a powerful DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL ... [More] inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication. [Less]

Metrics updated about 7 hours ago

33

DBIx::Class

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0 or later

An extensible object relational mapper for Perl.

Metrics updated about 7 hours ago

25

Hibernate Annotations

   
Primary Language: XSL Transformation

Hibernate, like all other object/relational mapping tools, requires metadata that governs the transformation of data from one representation to the other (and vice versa). As an option, you can now use JDK 5.0 annotations for object/relational ... [More] mapping with Hibernate 3.2. You can use annotations in addition to or as a replacement of XML mapping metadata. [Less]

Metrics updated about 3 hours ago

23

db4o

   
Primary Language: C# Licensed as: GNU General Public License 2.0

db4o is an object database available for Java and for .NET, including CompactFramework and Mono. Features include ACID transactions, automatic class schema recognition, Native Queries, query-by-example, S.O.D.A. object querying API, callback methods ... [More] , memory files, cascade-on-delete and cascade-on-update. db4o runs in embedded local mode and in multi-transactional client/server mode. [Less]

Metrics updated 27 Apr 08

17

Hibernate Entity Manager

 
Primary Language: XSL Transformation

Hibernate EntityManager implements: * The standard Java Persistence management API * The standard Java Persistence Query Language * The standard Java Persistence object lifecycle rules * The standard Java Persistence ... [More] configuration and packaging Hibernate EntityManager wraps the powerful and mature Hibernate Core. You can fall back to Hibernate native APIs, native SQL, and native JDBC whenever necessary. The Hibernate Java Persistence provider is the default persistence provider of the JBoss EJB 3.0 implementation and bundled with the JBoss Application Server. [Less]

Metrics updated about 3 hours ago

16

DataMapper

   
Primary Language: Ruby Licensed as: MIT License

An O/R Mapper for Ruby based on the DataMapper pattern.

Metrics updated 26 Jun 08