Wouldnt it be nice if you had fully working code for insert favorite ORM here? Have you ever been frustrated with partial examples that simply dont completely work? Have you been stumped with building a realistic schema and using it on realistic database problems?

Well, if so, then DBIx::Cookbook is just for you (and released on my birthday 5/11/2010 at that (grin)). Chock full of FULLY WORKING code and a well-designed and populated data model, you can now learn the ORM of your choice and compare ORMs on a task to decide what is right for you and how to get the job done!

Rose::DB::Object currently has one example in DBIx::Cookbook as does DBIx::Skinny but many more examples are requested, either filling out the current problem space, or creating new problems.

So what are you waiting for? Git involved!



The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"