wok view libtdb/description.txt @ rev 24837

updated libtdb and libtdb-dev (1.4.3 -> 1.4.5)
author Hans-G?nter Theisgen
date Fri Mar 25 07:38:22 2022 +0100 (2022-03-25)
parents
children
line source
1 Samba stores its data in TDB files.
2 TDB stands for "Trivial database" and was first introduced in Samba
3 as a way to store information quickly and effectively. Its interface
4 is very similar to that of GDBM, but in contradiction to GDBM it
5 supports multiple writers and readers simultaneously.