Database interaction with DBIx::DataModel
Database interaction with DBIx::DataModel
By Laurent Dami (dami) from Geneva.pm
Date: Friday, 22 March 2013 11:50
Duration: 40 minutes
Language: English
DBIx::DataModel is one of many Perl "object-relational mapping" (ORM) solutions. It has been designed to be small and efficient, yet quite close to SQL expressiveness. In particular, database joins are treated quite differently from other ORMs. Come and see the difference !