1 Rose::DB is a wrapper and abstraction layer for DBI-related
2 functionality. A Rose::DB object "has a" DBI object; it is not a
5 Tip: Are you looking for an object-relational mapper (ORM)? If so,
6 please see the Rose::DB::Object module. Rose::DB::Object is an ORM
7 that uses this module to manage its database connections. Rose::DB
8 alone is simply a data source abstraction layer; it is not an ORM.