2e89cdb1b3
NetBSD Packages Collection. The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures from source database to filesystem then import to another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. Describe fixture set using relations and conditions based on your DBIx::Class schema.
6 lines
384 B
Text
6 lines
384 B
Text
The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures
|
|
from source database to filesystem then import to another database
|
|
(with same schema) at any time. Use as a constant dataset for
|
|
running tests against or for populating development databases when
|
|
impractical to use production clones. Describe fixture set using
|
|
relations and conditions based on your DBIx::Class schema.
|