Lua-Sqlite3 is a binding of SQLite 3 for Lua. It is unique in contrast to other database bindings that it consists of two layers. The first layer translates the SQLite 3 implementation's C API to Lua. The second layers are interface layers, written in Lua. These layers provide a nice and smart view of the database.
| Tags | Database API Software Development Libraries |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | C Lua |
Recent releases


Release Notes: A small fix was made to compile with MSVC6.


Release Notes: Lua 5.1 support was added, and 5.0 is still supported. An autoconf configure script is provided.


Release Notes: A bugfix for a problem with bind()/first_cols() on empty tables, new functions to set busy timeout or handler, and new features for automatic parameter name mapping and binding with key/value tables (dynamic binding).


Release Notes: This release depends on sqlite library 3.0.7, and should compile with older compilers. The Makefile has been cleaned up.


No changes have been submitted for this release.