ANNOUNCE: Rose::DB::Object 0.51 released
am 21.11.2005 16:25:15 von siracusa0.51 (11.20.2005) - John Siracusa
* Added auto-initialization of relationships.
* Added loader.
Rose::DB::Object now has a "loader." (I don't really like that name, but
Class::DBI::Loader seems to have set terminology expectations, so there you
have it.)
RDBO can auto-configure not just column names and foreign keys, but also
column data types and default values, unique keys, and all kinds of
inter-table relationships--including "many to many" relationships. The
documentation contains an example:
http://search.cpan.org/dist/Rose-DB-Object/lib/Rose/DB/Objec t/Loader.pm
(Rose::DB::Object::Tutorial has also been extended to include the loader.)
-John