Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Any Postgres compatible ORM for Node.js? [closed]

postgresql orm node.js

When inserting an entity with associations, is there a way to just use the FK instead of retrieving the entity?

php orm doctrine doctrine-orm

Laravel Eloquent ORM - Many to Many Delete Pivot Table Values left over

What does persistence object means in Hibernate architecture?

java hibernate orm persistence

ASP.NET MVC - Database entities or ViewModels?

Why are composite keys discouraged in hibernate?

Does JPA support mapping to sql views?

java sql orm jpa view

Code-First or Database-First, how to choose?

.net database orm

Eager , Lazy and explicit loading in EF6

Latest Dapper VS Entity Framework 6 performance considerations

How do I properly cascade save a one-to-one, bidirectional relationship on primary key in Hibernate 3.6

java hibernate orm jpa jpa-2.0

django select_related - when to use it

Bulk update in SQLAlchemy Core using WHERE

python orm sqlalchemy

How to update sqlalchemy orm object by a python dict

python orm sqlalchemy

How to return dynamic types List<dynamic> with Dapper ORM

c# .net orm dapper

When to use or not use iterator() in the django ORM

What ORMs work well with Scala? [closed]

database orm scala

Enum in Hibernate, persisting as an enum

java mysql hibernate orm enums

How to get an array with column names of a table

I found JPA, or alike, don't encourage DAO pattern

java hibernate orm jpa dao