On May 24, 2010, at 10:13 AM, Markx.Allen wrote:
Anyone doing anything pretty with Moose & ORMs?
Dave Rolsky wrote Fey and Fey::ORM which is built on top of Moose.
Not sure if it's something you want to use in your projects, but I
sat in on Dave's talk about it at Frozen Perl and it seems pretty
well baked for production use.
We have been using Fey (not Fey::ORM) in our production system for
over a year now and have had absolutely no issues. It is a solid and
well designed module, and is especially nice if you have an existing
DB schema that you want to map.
- Stevan