freebsd-ports/databases/ruby-bdb1/pkg-descr
Akinori MUSHA f5ee20dc56 Add ruby-bdb1, a Ruby interface to Berkeley DB revision 1.8x with full
feature support (unlike the standard "dbm" library).
2002-01-15 22:16:30 +00:00

15 lines
396 B
Text

Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.
This library includes support for the following access methods:
* B+tree
* Hashing
* Fixed and Variable-Length Records
And the following interfaces:
* Hash like interface - BDB1::Btree and BDB1::Hash
* Array like interface - BDB1::Recnum(Recno)
Author: Guy Decoux <ts@moulon.inra.fr>
WWW: http://moulon.inra.fr/ruby/bdb1.html