[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: announce: luatdb-1.0
- From: "Taj Khattra" <taj.khattra@...>
- Date: 29 Dec 2003 05:20:18 -0000
luatdb is a Lua interface to Andrew Tridgell's tdb, modeled closely on
Luiz Henrique de Figueiredo's gdbm interface.
luatdb is in the public domain and comes with no warranty - see
LICENSE for legalese. Note that tdb itself is distributed under the
GPL - see tdb/COPYING.
The Lua homepage is http://www.lua.org/
The tdb homepage is http://sf.net/projects/tdb/
The luatdb homepage is http://pobox.com/~taj.khattra/luatdb.html
luatdb includes the standalone tdb sources from the Samba release
at http://samba.org/, since the sf tdb project seems to be dormant.
synopsis:
ltdb.c tdb binding
tdb.lua support code for tdb binding
test.lua test script
tdbstats tdb statistics tool
tdb/* standalone tdb sources
See INSTALL for installation instructions.
Please send all bug reports and suggestions to
taj.khattra@pobox.com (Taj Khattra)