Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Which .NET ORM has best support for PostgreSQL database

c# .net postgresql orm

Choosing an ORM for Android project (min. API level 7) [closed]

java android database sqlite orm

mongodb orm/odm in .net?

c# mongodb orm

MySQL/Hibernate - How do I debug a MySQL pooled connection that keeps dropping?

Modelling algebraic data types using relational database

How does SQLAlchemy track database changes?

What are the different approaches to Object-Object mapping in .NET?

Best practices for querying with NHibernate

nhibernate orm

Do any Python ORMs (SQLAlchemy?) work with Google App Engine?

hibernate - Postgres- target lists can have at most 1664 entries

hibernate postgresql orm

JPA 2.0 Criteria and grouping of Predicates

hibernate jpa orm derby jpa-2.0

Implement a generic repository pattern using old ado.net

Store array in Realm object

ios swift orm realm

Magento ORM Documentation

Many-to-many on the same table with additional columns

Using the Data Mapper Pattern, Should the Entities (Domain Objects) know about the Mapper?

JPA: Which should I use? Basic(optional) or Column(nullable)?

java hibernate orm

How to design Date-of-Birth in DB and ORM for mix of known and unknown date parts

c# asp.net sql-server orm date

How to call UDF with Dapper?

In sqlalchemy, how can I use polymorphic joined table inheritance when the child table has multiple foreign keys to the parent table?