diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-27 17:03:27 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-27 17:03:27 +0800 |
commit | 1c6b34edebb3d44d017c9b9cbac99fb8a35c3057 (patch) | |
tree | 7cff432cb881d8a987a38cee16608872a317ba55 /databases/p5-Genezzo/pkg-descr | |
parent | 44a12788e1b277c9e2d99a99fe26a176c79e7dce (diff) | |
download | freebsd-ports-gnome-1c6b34edebb3d44d017c9b9cbac99fb8a35c3057.tar.gz freebsd-ports-gnome-1c6b34edebb3d44d017c9b9cbac99fb8a35c3057.tar.zst freebsd-ports-gnome-1c6b34edebb3d44d017c9b9cbac99fb8a35c3057.zip |
Add p5-Genezzo 0.64, an extensible database with SQL and DBI.
PR: ports/102388
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'databases/p5-Genezzo/pkg-descr')
-rw-r--r-- | databases/p5-Genezzo/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/p5-Genezzo/pkg-descr b/databases/p5-Genezzo/pkg-descr new file mode 100644 index 000000000000..e4fc0907ead8 --- /dev/null +++ b/databases/p5-Genezzo/pkg-descr @@ -0,0 +1,7 @@ +The Genezzo modules implement a hierarchy of persistent hashes using a +fixed amount of memory and disk. This system is designed to be easily +configured and extended with custom functions, persistent storage +representations, and novel data access methods. In its current +incarnation it supports a subset of SQL and a partial DBI interface. + +WWW: http://search.cpan.org/dist/Genezzo/ |