The tdb library https://tdb.samba.org/
Go to file
2024-01-06 05:54:10 +01: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 python-tdb: obsolete python-tdb-py36 [release 1.4.3-2mamba;Mon Jan 06 2020] 2024-01-06 05:54:10 +01: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.