wok diff libtdb/description.txt @ rev 25057

linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 11:05:30 2022 +0000 (2022-06-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libtdb/description.txt	Mon Jun 06 11:05:30 2022 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +Samba stores its data in TDB files.
     1.5 +TDB stands for "Trivial database" and was first introduced in Samba
     1.6 +as a way to store information quickly and effectively. Its interface
     1.7 +is very similar to that of GDBM, but in contradiction to GDBM it
     1.8 +supports multiple writers and readers simultaneously.