Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

ORM / How to deal with the correspondence between Domain object and Persistent object?

php vendor/bin/doctrine [Warning] The use of this script is discouraged. - Why?

php orm doctrine

How to check if at least one of two specific fields in a table is NOT NULL in Sqlalchemy ORM? [duplicate]

Django change foreign key data and save

Many-to-Many-to-Many relationship in Objection.js

Not able to create ENUM type attribute using sequelize cli

Tips for Manually Managing Persistence Context

Unable to find column with logical name: user_details_id in org.hibernate.mapping.Table(user_details) and its related supertables and secondary tables

What differentiates Nhibernate from other ORM’s?

c# .net nhibernate orm

how to automatically identify n+1 queries in a django app?

Hibernate HQL update with a subselect in set clause

java hibernate hql orm

django orm queryset - how to perform sql query MIN/MAX FILTER

sql django filter orm max

Node.js Sequelize virtual column pulling value from other model

mysql node.js orm sequelize.js

How much overhead do frameworks like Hibernate bring?

Sequelize multiple databases on different servers

Doctrine DQL JOIN

php join orm doctrine-orm dql

How to maintain migration and schema in xorm?

go orm

Should repositories use objects or primitives?

When does Dapper 'materialize'? Like Entity materializes at ToList()

entity-framework orm dapper