aboutsummaryrefslogtreecommitdiff
path: root/system/tdb/README
blob: 3a05ab425bc9a82944dfe41e2ab09a2446bb68fe (plain)
1
2
3
4
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.