freebsd-ports/databases/tdb/pkg-descr
Ying-Chieh Liao adffaf811e add tdb 1.0.6
Trivial Database
2002-10-12 13:02:16 +00:00

6 lines
277 B
Text

TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's
DB except that it allows multiple simultaneous writers and uses locking
internally to keep writers from trampling on each other. TDB is also extremely
small.
WWW: http://sourceforge.net/projects/tdb/