New posts in orm

scoped_session(sessionmaker()) or plain sessionmaker() in sqlalchemy?

SQLAlchemy: Counting multiple relationships - best way?

What's new in Hibernate ORM 5?

Laravel Eloquent sort by relation table column

How to map a map JSON column to Java Object with JPA

Difference between @MapKey, @MapKeyColumn and @MapKeyJoinColumn in JPA and Hibernate

SQLAlchemy: Scan huge tables using ORM?

Saving child collections with OrmLite on Android with objects created from Jackson

What does the Hibernate proxy object contain?

How to update database table schemas with NHibernate schema generation?

Use a SQL view with a SQLAlchemy ORM class?

Difference between HasOne and BelongsTo in Sequelize ORM

Doctrine 2 Inheritance Mapping with Association

How can I iterate over ManyToManyField?

How to limit size of result set in doctrine 2?

SQLAlchemy: How do you delete multiple rows without querying

Best free ORM tools to use with .NET 2.0/3.5 [closed]

How to TRUNCATE TABLE using Django's ORM?

Django: show/log ORM sql calls from python shell

Doing an "IN" query with Hibernate