Retrofitting over an existing schema

From ClassDBI

Revision as of 20:24, 19 August 2009 by OuouzEllal (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Problem: You have a database schema that you've put into production use, but you made it before you discovered Class::DBI. However, you really like Class::DBI and would like to put it to use on your current schema. How should one go about setting this up?

Possible Solutions:

  • SQL::Translator
  • ...