blob: 4cd7877b700ae54aca2c66f701fdd2c1ac949072 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
This project is still at an early stage so the maintainers don't make
any absolute promise that full backwards-compatibility will be
supported; however if we can without compromising the improvements we're
trying to make, we will, and any non-compatible changes will merit a
full justification on the mailing list and a CPAN developer release for
people to test against.
WWW: http://search.cpan.org/dist/DBIx-Class/
|