mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
16 lines
588 B
Plaintext
16 lines
588 B
Plaintext
DBIx::Lite was written with some goals in mind, that no other
|
|
available module provides. Such goals/key features are:
|
|
|
|
no need to define your database schema (most features work without
|
|
one and some advanced features only require some bits, and still
|
|
not the full table definitions)
|
|
no need to connect to database: the module can just generate SQL
|
|
for you
|
|
chained methods with lazy SQL generation
|
|
joins/relationships
|
|
optional custom classes for results and resultsets with custom methods
|
|
SQL::Abstract syntax
|
|
paging features (with Data::Page)
|
|
|
|
WWW: https://metacpan.org/release/DBIx-Lite
|