in reply to Idea for DBIx module: Creating mass test databases based on existing ones

I would start looking at these. This problem space is non-trivial (triggers, special constraints, series PKs, etc, etc) but these go a long way.

  • Comment on Re: Idea for DBIx module: Creating mass test databases based on existing ones

Replies are listed 'Best First'.
Re^2: Idea for DBIx module: Creating mass test databases based on existing ones
by jds17 (Pilgrim) on Jul 24, 2012 at 20:01 UTC
    Thank you for your pointers, the modules you have listed are very useful modules to keep in mind. Since I am quite proficient on the DBMS side, but have only done basic things with Perl DBI, I really need to take a good look at these and others first before starting to program.