bsddb docs from Skip Montanaro; added interesting links.

This commit is contained in:
Fred Drake 1999-04-19 21:19:21 +00:00
parent 247a78a10d
commit 9d15881744
3 changed files with 146 additions and 2 deletions

View file

@ -7,7 +7,7 @@
\module{anydbm} is a generic interface to variants of the DBM
database --- \refmodule{dbhash}\refstmodindex{dbhash} (requires
\module{bsddb}\refbimodindex{bsddb}),
\refmodule{bsddb}\refbimodindex{bsddb}),
\refmodule{gdbm}\refbimodindex{gdbm}, or
\refmodule{dbm}\refbimodindex{dbm}. If none of these modules is
installed, the slow-but-simple implementation in module