wok annotate libtdb/description.txt @ rev 25044
*/stuff/bootloader.S: fix VCPI case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 02 15:48:36 2022 +0000 (2022-06-02) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24837 | 1 Samba stores its data in TDB files. |
Hans-G?nter@24837 | 2 TDB stands for "Trivial database" and was first introduced in Samba |
Hans-G?nter@24837 | 3 as a way to store information quickly and effectively. Its interface |
Hans-G?nter@24837 | 4 is very similar to that of GDBM, but in contradiction to GDBM it |
Hans-G?nter@24837 | 5 supports multiple writers and readers simultaneously. |