Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

SQLAlchemy declarative property from join (single attribute, not whole object)

How do I extend a SQLAlchemy bound declarative model with extra methods?

python orm sqlalchemy

Filter SQLAlchemy query result object's one-to-many attribute

Handling SQL constraint exceptions in Odoo ORM

DDD: subclasses & root entities

Do I really need an ORM?

Are there any ORM frameworks for Web SQL (javascript)? [closed]

javascript sql orm

Which PHP ORM works best with Zend Framework?

php zend-framework orm

Which java ORM is suitable for android OS and support lazy list? [closed]

android sqlite orm

What replaces the MVC pattern in functional programming?

Does Dapper's IEnumerable<T> have deferred or immediate execution?

How to implement caching mechanism in Sequelize ORM npm -- node.js

ORM Doctrine ManyToOne on update CASCADE (Symfony)

php symfony orm doctrine-orm

Reconnecting MySQL on timeout

Creating a custom Hibernate UserType - What does isMutable() mean?

java hibernate orm

Hibernate Eclipse Plugin

java eclipse hibernate orm

Hibernate @generatedvalue for HSQLDB

java hibernate orm jpa hsqldb

django/celery: Best practices to run tasks on 150k Django objects?

django orm celery

Combining __table_args__ with constraints from mixin classes in SQLAlchemy

How to add multiple where clause on Eloquent ORM Laravel?

php oop laravel-4 orm eloquent