From: Douglas Bagnall Date: Mon, 3 Mar 2025 23:54:38 +0000 (+1300) Subject: ldb: doxygen: don't mention sqlite X-Git-Tag: tevent-0.17.0~604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be38329509928c0ce5ebf50063bb726351855b1;p=thirdparty%2Fsamba.git ldb: doxygen: don't mention sqlite Signed-off-by: Douglas Bagnall Reviewed-by: Jennifer Sutton Reviewed-by: Martin Schwenke --- diff --git a/lib/ldb/mainpage.dox b/lib/ldb/mainpage.dox index bbd8d9c5025..b170c37f031 100644 --- a/lib/ldb/mainpage.dox +++ b/lib/ldb/mainpage.dox @@ -22,7 +22,7 @@ The main features that separate ldb from other solutions are: - Safe multi-reader, multi-writer, using byte range locking - LDAP-like API - fast operation - - choice of local tdb, local sqlite3 or remote LDAP backends + - choice of local tdb, lmdb or remote LDAP backends - integration with talloc - schema-less operation, for trivial setup - modules for extensions (such as schema support)