diff options
author | abs <abs@pkgsrc.org> | 2007-06-10 13:46:37 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-10 13:46:37 +0000 |
commit | e2d4932ed91562c23624db43ee3308d6c89c5c8f (patch) | |
tree | 3b4f98610a2cdb78903ebba0a771d1f856f718fd /databases/p5-Rose-DB/DESCR | |
parent | 87e08c853a83cbed6f15b4f0f8df999f069c91e3 (diff) | |
download | pkgsrc-e2d4932ed91562c23624db43ee3308d6c89c5c8f.tar.gz |
Added databases/p5-Rose-DB version 0.734
Rose::DB is a wrapper and abstraction layer for DBI-related
functionality. A Rose::DB object "has a" DBI object; it is not a
subclass of DBI.
Tip: Are you looking for an object-relational mapper (ORM)? If so,
please see the Rose::DB::Object module. Rose::DB::Object is an ORM
that uses this module to manage its database connections. Rose::DB
alone is simply a data source abstraction layer; it is not an ORM.
Diffstat (limited to 'databases/p5-Rose-DB/DESCR')
-rw-r--r-- | databases/p5-Rose-DB/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/p5-Rose-DB/DESCR b/databases/p5-Rose-DB/DESCR new file mode 100644 index 00000000000..9a209bf7188 --- /dev/null +++ b/databases/p5-Rose-DB/DESCR @@ -0,0 +1,8 @@ +Rose::DB is a wrapper and abstraction layer for DBI-related +functionality. A Rose::DB object "has a" DBI object; it is not a +subclass of DBI. + +Tip: Are you looking for an object-relational mapper (ORM)? If so, +please see the Rose::DB::Object module. Rose::DB::Object is an ORM +that uses this module to manage its database connections. Rose::DB +alone is simply a data source abstraction layer; it is not an ORM. |