Added tdb25

This commit is contained in:
Xavier Beaudouin
2024-01-23 17:29:00 +01:00
parent f59077fa64
commit 52daff87aa
18 changed files with 1289 additions and 0 deletions

View File

@ -0,0 +1,7 @@
ldb is a LDAP-like embedded database.
ldb provides a fast database with an LDAP-like API designed to be used
within an application.
In some ways it can be seen as a intermediate solution between key-value
pair databases and a real LDAP database.