tdb: tdb (Trivia Database similar to GDBM but allows simultaneous commits) tdb: tdb: This is a simple database API. It was inspired by the realisation tdb: that in Samba we have several ad-hoc bits of code that essentially tdb: implement small databases for sharing structures between parts of tdb: Samba. The interface is based on gdbm. gdbm couldn't be use as we tdb: needed to be able to have multiple writers to the databases at tdb: one time. tdb: tdb: tdb: