The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.004

  • A big refactoring has been done, the module is now based on DBIx::Class for all database related things, in particular it does not contain DBMS specific code apart from DBD::SQLite, which is used to define in-memory databases to allow running tests during the installation of the module.
  • Currently, there is no seed functionality since for random selection of records we now use DBIx::Class::Helper::ResultSet::Random and for the time being no seed can be configured there.

Modules

Automatic test data creation, cross DBMS
Common DBI database handle methods
Helper class enabling random selections
defines roles of DBMS (meta)data handlers
tree builder, used internally to handle self-references in the target table