Retrofitting over an existing schema

From ClassDBI

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
  • ...