JDBI vs NHibernate .NET
A side-by-side look at JDBI and NHibernate .NET. For an in-depth review of either product, follow the links below.
JDBI
Development
JDBI is a SQL database access library for Java that provides a convenient way to access JDBC databases. It reduces the need to write repetitive JDBC code and boilerplate. JDBI wraps JDBC interfaces in a higher-level API and provides an object-oriented query API similar to JPA.
javajdbcdatabaseorm
NHibernate .NET
Development
NHibernate is an open source object-relational mapping (ORM) framework for the .NET platform. It provides a framework for mapping an object-oriented domain model to a traditional relational database.
ormnetdatabase-access
Related Comparisons
Hibernate
Entity Developer
Fénix Framework