diff options
author | erwin <erwin@FreeBSD.org> | 2006-02-19 20:07:41 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-02-19 20:07:41 +0000 |
commit | 7518e13ff95db655d09721cf854d79e3d29bc8f2 (patch) | |
tree | 8bf238d914c44aa821242622a662ed56a3626e3c /databases/p5-Oryx/pkg-descr | |
parent | 9e6c8a15829cc9cadcb6338352a4e055e412317c (diff) | |
download | FreeBSD-ports-7518e13ff95db655d09721cf854d79e3d29bc8f2.zip FreeBSD-ports-7518e13ff95db655d09721cf854d79e3d29bc8f2.tar.gz |
Oryx is an object persistence framework which supports both object-relational
mapping as well as DMB style databases and as such is not coupled with any
particular storage back-end. In other words, you should be able to
swap out an RDMBS with a DBM style database (and vice versa) without
changing your persistent classes at all.
WWW: http://search.cpan.org/dist/Oryx/
PR: ports/93533
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
Diffstat (limited to 'databases/p5-Oryx/pkg-descr')
-rw-r--r-- | databases/p5-Oryx/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/p5-Oryx/pkg-descr b/databases/p5-Oryx/pkg-descr new file mode 100644 index 0000000..194759b --- /dev/null +++ b/databases/p5-Oryx/pkg-descr @@ -0,0 +1,7 @@ +Oryx is an object persistence framework which supports both object-relational +mapping as well as DMB style databases and as such is not coupled with any +particular storage back-end. In other words, you should be able to +swap out an RDMBS with a DBM style database (and vice versa) without +changing your persistent classes at all. + +WWW: http://search.cpan.org/dist/Oryx/ |