Projects tagged ‘orm’


[486 total ]

637 Users
   

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 ... [More] , association, inheritance, polymorphism, and the Java 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]
Created over 3 years ago.

467 Users
   

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 ... [More] and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code. [Less]
Created over 3 years ago.

151 Users
   

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 ... [More] persistence patterns, designed for efficient and 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]
Created over 3 years ago.

127 Users
   

A fluent API for simplifying the entity mapping of NHibernate. Add compile time safety, testability, and improved readability to your NHibernate project. Cut down on some XML while you're at it too.
Created about 1 year ago.

79 Users
   

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 ... [More] an OO (object oriented) SQL-dialect called DQL 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]
Created over 3 years ago.

76 Users
   

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 ... [More] database. Propel enables you to perform complex queries and database manipulations without writing a single SQL clause. [Less]
Created over 3 years ago.

69 Users
   

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 ... [More] use JDK 5.0 annotations for object/relational mapping with Hibernate 3.2. You can use annotations in addition to or as a replacement of XML mapping metadata. [Less]
Created over 2 years ago.

67 Users
   

A little set of tools that I build in order to make my work easier. Mainly extentions to Castle and NHibernate.
Created over 3 years ago.

64 Users
   

User contributed components that extends the functionality of NHibernate
Created about 1 year ago.

63 Users
   

Kohana is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use. Kohana 2.2 is part of the GoPHP5 initiative. Kohana is ... [More] licensed the "new" BSD license, but also uses: - a port of phputf8 (LGPL) - popoon's externalinput (Apache 2.0). [Less]
Created over 2 years ago.