On 11/19/06 1:08 PM, Robert Hicks wrote: > Gareth Kirwan wrote: >>> I use the DBIx::Class packages to setup my layer. Turns records in a >>> database into objects that you can call methods on and setup >>> relationships with. >> Class::DBI does the same thing, too. DBIx::Class is more flexible in a lot of >> ways, but Class::DBI can be more transparent. > > Rose::DB is good for this as well. Randal did an article on it. He > seemed to like it a lot.
Make that Rose::DB::Object (which uses Rose::DB to abstract the database connection). If you're interested in auto-creating classes, either in memory or on disk, based on an existing db schema, Rose::DB::Object::Loader can do both, including detecting column data types, default values, and all kinds of inter-table relationships. -John ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

