blob: f49e2651e70e67338ca915e7d8903c35f601cb3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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)
|