Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

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

best web database solution for scala for a high traffic site? [closed]

database orm scala

Choice of OR Mapper for a new project

c# asp.net-mvc-2 orm

JPA 2.0 Oracle DATE has null time

oracle hibernate orm date jpa

Model by name in SQLAlchemy

persist() and flush() inside loop - Doctrine

Using tuples in ORACLE IN clause and a condition for one element in the tuple

sql oracle orm ibatis mybatis

Symfony2 - doctrine:schema:update fails with entity outside of a bundle ( decoupled )

Unable to use Propel 2 (Class not found)

php orm propel

Undefined index: inverseJoinColumns while trying to define ManyToMany relationship between two entities

Password confirmation and external Model validation in Sails.js

Why does Hibernate 5 sequence generator use the default hibernate.seq instead of my sequence?