Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

NHibernate

Compare

  Analyzed about 15 hours ago

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

783K lines of code

24 current contributors

7 days since last commit

649 users on Open Hub

Moderate Activity
4.68116
   
I Use This

SQLAlchemy

Compare

  Analyzed about 4 hours ago

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 high-performing database access, adapted into a ... [More] 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]

413K lines of code

73 current contributors

1 day since last commit

254 users on Open Hub

High Activity
4.56322
   
I Use This

Fluent NHibernate

Compare

  Analyzed about 10 hours ago

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.

68.6K lines of code

1 current contributors

6 days since last commit

219 users on Open Hub

Moderate Activity
4.4386
   
I Use This

TYPO3 CMS

Compare

Claimed by The TYPO3 Project No analysis available

TYPO3 is a Web-based content management system which features automatic creation of navigational menus, headlines, and other dynamic graphical elements, automatic conversion and scaling of images, the ability to present different templates based on variables such as client browser or country code ... [More] , support for multiple templates on a site, and a built-in password-protection option. Pages can be timed to be shown on a certain date, be hidden on a certain date or just temporarily hidden. TYPO3 supports search in SQL-databases and redesigning of a website at once is just a matter of creating a single new template. [Less]

0 lines of code

150 current contributors

0 since last commit

143 users on Open Hub

Activity Not Available
4.01266
   
I Use This
Mostly written in language not available
Licenses: gpl

Doctrine

Compare

  No analysis available

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 inspired by Hibernates HQL. This provides developers ... [More] with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication. [Less]

0 lines of code

89 current contributors

0 since last commit

142 users on Open Hub

Activity Not Available
4.47458
   
I Use This
Mostly written in language not available
Licenses: lgpl

Hibernate Annotations

Compare

  Analyzed about 1 hour ago

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 mapping with Hibernate 3.2. You can use annotations in ... [More] addition to or as a replacement of XML mapping metadata. [Less]

2.84K lines of code

1 current contributors

about 1 month since last commit

102 users on Open Hub

Very Low Activity
4.11111
   
I Use This
Licenses: No declared licenses

DBIx::Class

Compare

  Analyzed about 8 hours ago

An extensible object relational mapper for Perl.

65.6K lines of code

0 current contributors

over 7 years since last commit

82 users on Open Hub

Inactive
4.81482
   
I Use This
Licenses: artistic, GPL-1-0plus

Propel

Compare

  Analyzed about 13 hours ago

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.

216K lines of code

1 current contributors

7 days since last commit

81 users on Open Hub

Moderate Activity
4.07692
   
I Use This

Morphia

Compare

  Analyzed about 4 hours ago

Type-safe Java mapping framework for MongoDB

51.1K lines of code

4 current contributors

about 20 hours since last commit

77 users on Open Hub

High Activity
4.6
   
I Use This

Hibernate Entity Manager

Compare

Claimed by JBoss No analysis available

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 configuration and packaging Hibernate EntityManager wraps ... [More] 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]

0 lines of code

62 current contributors

0 since last commit

72 users on Open Hub

Activity Not Available
4.5
   
I Use This
Mostly written in language not available
Licenses: No declared licenses