mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
6 lines
262 B
Text
6 lines
262 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://tdb.samba.org/
|