Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Embed a Python persistance layer into a C++ application - good idea?

Micro ORM - maintaining your SQL query strings

sql orm

Yii - echo the last query

Performing a right join in django

django orm right-join

using touch() to update timestamp of custom timestamp field in laravel

php laravel-4 orm eloquent

Data Type of field from sequelize model

SQL Alchemy Check Connection

ORM or something to handle SQL tables with an order column efficiently

sql list orm persistence

.Net ORM that works well with MySQL [closed]

.net mysql orm

What is the difference between a ORM, AR, QB, & DM?

Testing custom ORM solution performance overhead - how to?

Ternary (and n-ary) relationships in Hibernate

What ORM can I use for Access 2007 - 2010? I'm after WPF binding to the tables etc

greendao string primary keys - how to use

android orm greendao

JPA @SqlResultSetMapping not able to handle empty sql result to be mapped to empty POJO - instead an exception is thrown

java jpa orm eclipselink jpa-2.1

What's best practice to check if an object is part of a ManyToMany relationship in Django

django orm

Need a simple ORM or DBAL for existing PHP app

php orm dbal notorm

Should I be concerned that ORMs, by default, return all columns?

ORM for SQLite in iOS

ios ipad orm

Dynamically query a subset of columns in sqlalchemy

python orm sqlalchemy