Mitchell McKenna - tagged with orm http://mitchmckenna.com/feed en-us http://blogs.law.harvard.edu/tech/rss LifePress mitchellmckenna@gmail.com Laravel Doctrine - A drop-in Doctrine2 implementation for Laravel 5 http://mitchmckenna.com/post/15757/laravel-doctrine-a-drop-in-doctrine2-implementation-for-laravel-5

Several php packages to easily integrate Doctrine 2 into your next Laravel/Lumen project. The 'orm' package includes a ServiceProvider to add Doctrine to your project and configure it. The 'extensions' package includes several extensions including timestampable, softdeletable, etc. The 'migrations' package add ability to use Doctrine's migration package instead of laravel's migrations so that you can easily take advantage of auto migration generation based on entities. The 'ACL' package includes traits to add roles and permissions to user objects to easily integrate with Laravel's new ACL.

]]>
Mon, 14 Sep 2015 14:22:00 -0400 http://mitchmckenna.com/post/15757/laravel-doctrine-a-drop-in-doctrine2-implementation-for-laravel-5/laravel-doctrine-a-drop-in-doctrine2-implementation-for-laravel-5
ORMs - An Argument For Data Mapper Pattern (eg. Doctrine) http://mitchmckenna.com/post/14271/orms-an-argument-for-data-mapper-pattern-eg-doctrine

Interesting article which explores how using an Active Record pattern ORM goes against the separation of concerns concept.

]]>
Mon, 31 Mar 2014 13:42:00 -0400 http://mitchmckenna.com/post/14271/orms-an-argument-for-data-mapper-pattern-eg-doctrine/orms-an-argument-for-data-mapper-pattern-eg-doctrine
Sequelize - Mysql ORM for NodeJS http://mitchmckenna.com/post/13811/sequelize-mysql-orm-for-nodejs

The Sequelize library provides easy access to MySQL, MariaDB, SQLite or PostgreSQL databases by mapping database entries to objects and vice versa. To put it in a nutshell, it's an ORM (Object-Relational-Mapper). The library is written entirely in JavaScript and can be used in the Node.JS environment.

]]>
Mon, 16 Dec 2013 17:49:00 -0500 http://mitchmckenna.com/post/13811/sequelize-mysql-orm-for-nodejs/sequelize-mysql-orm-for-nodejs
Add Eloquent ORM to any PHP Framework http://mitchmckenna.com/post/12614/add-eloquent-orm-to-any-php-framework

How to add Laravel's Eloquent ORM to any framework, using Slim Framework as an example.

]]>
Thu, 14 Mar 2013 14:44:00 -0400 http://mitchmckenna.com/post/12614/add-eloquent-orm-to-any-php-framework/add-eloquent-orm-to-any-php-framework