DESCR 328 B

12345678
  1. DBIx::Class::Schema::Loader automates the definition of a
  2. DBIx::Class::Schema by scanning table schemas and setting up columns and
  3. primary keys.
  4. DBIx::Class::Schema::Loader currently supports only the DBI storage
  5. type. It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, and
  6. DBD::SQLite. Other DBI drivers may function.