The tdb library https://tdb.samba.org/
Go to file
2024-08-09 09:48:27 +02:00
libtdb-1.3.0-include-bool.patch patch tdb.h to add include for stdbool.h required for 'bool' [release 1.3.0-2mamba;Sat Aug 23 2014] 2024-01-06 05:54:10 +01:00
libtdb.spec automatic version update by autodist [release 1.4.12-1mamba;Wed Aug 07 2024] 2024-08-09 09:48:27 +02:00
README.md automatic version update by autodist [release 1.2.12-1mamba;Thu Jul 04 2013] 2024-01-06 05:54:10 +01:00

libtdb

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.