|
NAMEDBIx::Skinny::Manual::EN - DBIx::Skinny Manual (English)DESCRIPTIONWhy I made DBIx::Skinny.MOTIVATIONThere are many OR mappers for Perl - Class::DBI, DBIx::Class, Data::ObjectDriver, Data::Model, Rose::DB::Object, DBIx::DataModel, etc.The OR mappers listed here basically use OO methods based on SQL queries to assemble a database result. Various objects are the result. Class::DBI and DBIx::Class have been widely used. DBIx::Class is an especially powerful OR mapper but also a bit heavyweight and somewhat slow. Design ObjectivesThe main objectives of DBIx::Skinny are:Inflate when dealing with utf8 issues Handle common OR operations Intuitive select statements Smaller code base. FeedbackIRC: #dbix-skinny@irc.perl.org ML: http://groups.google.com/group/dbix-skinny
Visit the GSP FreeBSD Man Page Interface. |