diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-02-19 20:07:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-02-19 20:07:41 +0000 |
commit | 4fb343255671d16764f4418f8fa7f382e1004679 (patch) | |
tree | 61f7aa67a899324d930364b8bcdd9a55822216f9 /databases/p5-Oryx/pkg-descr | |
parent | 7556ef8f9aa541720cc0a8e38b7ecd0aec7c0f6a (diff) |
Notes
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 000000000000..194759bbdfaf --- /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/ |