Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Hibernate vs. Apache Torque

How to fine tune FluentNHibernate's auto mapper?

Can you have MVC without an ORM? [closed]

model-view-controller orm

How to bind engine when I want, when using declarative_base in SQLAlchemy?

python database orm sqlalchemy

Suggest a simple ORM on .NET - design for maintaining legacy apps

c# .net database orm legacy-code

Dapper simple mapping

c# sql-server orm dapper

Best way to store several ArrayLists in ORMLite for ApplicationSettings

java database orm ormlite

Laravel dynamic property not working

How to use the pooled-lo optimizer with Hibernate

In SQLAlchemy, how does the dict update method interact with the ORM?

python json orm sqlalchemy

Codeigniter Datamapper ORM php 7 static issue

codeigniter orm datamapper

How to use Postgresql enum type via Kotlin Exposed ORM?

Why JDBI 3 @ColumnName annotation doesn't work?

java orm jdbi

With TypeORM, `SQLITE_CONSTRAINT: FOREIGN KEY constraint failed` when adding a column to an entity

Is it possible to have separate SQLite databases within the same Django project?

database django sqlite orm

What is the difference between NHibernate and iBATIS.NET?

When is lazy evaluation not useful?

How to generate Doctrine models/classes that extend a custom record class

php orm doctrine

Does the JPQL avg aggregate function work with Integers?

java orm jpa jpql jpa-2.0

Java: JPA classes, refactoring from Date to DateTime

java sql datetime orm jpa