The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.95

  • x add "config_from_options" as a default behavior for App::Repository::DBI x add $rep->new_object($table, {@initializers}); (and tests) x add $repobj->delete(); (and tests) x add $rep->export_rows(...) (export to file) x add $rep->import_rows(...) (import from file)

Modules

a logical data access layer (works with App::Context), enabling an application to store and retrieve object data, relational data, and scalar data to any data repository such as databases, file systems, remote web sites, etc.
a repository which relies on a DBI interface to a relational database (no caching)
a repository which stores its data in flat files
a repository which stores its data in flat files
a MySQL database, accessed through the Repository interface
Interface for data persistence
A domain of repository object sets bounded by a set of query parameters
A set of repository objects described by a set of query parameters
a set of values and their labels