Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Dapper micro ORM, database agnostic and MySql Guid type

c# mysql sqlite orm dapper

Java-Hibernate-Newbie: How do I acces the values from this list?

java hibernate orm

Is it possible to do arithmetic operation on OuterRef expression?

concurrency (stale data) problem in JPA

java orm jpa

Django - Multiple annotations with Prefetch objects

sql django orm annotations

Multiple foreign keys to the same table in Cake PHP?

php sql cakephp orm

Using both "AND" and "OR" in a scope in Sequelize js

Migrating to FuelPHP with existing database

php codeigniter orm fuelphp

DapperExtensions: Add "insert ... update on duplicate key"

Where to define table/entity classes when using the standalone CakePHP ORM?

hibernate foreign key mapping many-to-one

Starting with Doctrine. Which version is good to?

Prisma Postres error prepared statement \"s0\" already exists

Primary key + Composite primary key causing issue in propel database schema

php database orm doctrine propel

Calculating results in a scalable way based on transaction data in web app?

JPQL query convert to SQL query

java sql jpa orm jpql

Django ManyToMany relationship with abstract base - not possible, but is there a better way?

python django orm