![]() |
By Dave Rolsky (autarch) from MN.pm Date: Monday, 21 June 2010 15:00 Duration: 40 minutes Target audience: Intermediate Language: English |
Fey and Fey::ORM
You can find more information on the speaker's site:
Fey is a tool for generating SQL programmatically. Ever tried to build a complex query from a string based on lots of user parameters? Ever wanted to tear your hair out in the process? If so, Fey might be useful for you.
Fey::ORM is an ORM built on top of Fey and Moose. It aims to be a "SQL-ish" ORM. Rather than try to hide the details of the database, Fey::ORM makes SQL (via Fey) a core part of its operation.
If other ORMs seem too far from the database, you might like Fey::ORM. If you love OO and hate SQL, then you might not ;)