slackbuilds_ponce/system/tdb/README

5 lines
234 B
Text
Raw Normal View History

2010-05-11 22:55:32 +02:00
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.