freebsd-ports/databases/p5-DBIx-Class/pkg-descr
Lars Thegler cca7447713 Add p5-DBIx-Class 0.02, SQL to OOP mapper, replacement for Class::DBI.
PR:		ports/84912
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-08-29 10:21:51 +00:00

11 lines
556 B
Text

This is a sql to oop mapper, inspired by the Class::DBI framework, and
meant to support compability with it, while restructuring the insides,
and making it possible to support some new features like self-joins,
distinct, group bys and more.
It's currently considered EXPERIMENTAL - bring this near a production
database at your own risk! The API is *not* fixed yet, although most of
the primitives should be good for the future and any API changes will be
posted to the mailing list before they're committed.
WWW: http://search.cpan.org/dist/DBIx-Class/