p5-Rose-DB-Object

object-oriented database mapper

WWW CVSWeb GITHub
  1. Package version
    p5-Rose-DB-Object-0.820
  2. Maintainer
    The OpenBSD ports mailing-list

Rose::DB::Object - Extensible, high performance RDBMS-OO mapper.

Rose::DB::Object is a base class for objects that encapsulate a
single row in a database table.

Rose::DB::Object objects can represent rows in almost any database
table, subject to the following constraints.
* The database server must be supported by L<Rose::DB>.
* The database table must have a primary key.
* The primary key must not allow null values in any of its columns.

  • STEM->=1.40:databases/p5-DBI
  • STEM->=0.782:databases/p5-Rose-DB
  • STEM->=0.532:databases/p5-Rose-DateTime
  • STEM->=0.854:databases/p5-Rose-Object
  • STEM->=0.29:devel/p5-Clone
  • math/p5-Bit-Vector