lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am pleased to announce a new release of LuaSQLite3 (lsqlite3), 0.9.2.

LuaSQLite3 provides a means to manipulate SQLite3 databases directly from lua using Lua 5.

The preferred installation is via LuaRocks.

The source code repository is http://lua.sqlite.org where there is also on-line documentation.

This release brings the following improvements:

- Now compatible with Lua 5.3 as well as Lua 5.2 and Lua 5.1

- With Lua 5.3, 64-bit integer database values are supported

- Added support for stmt:last_insert_rowid() as requested

- Now uses sqlite3_prepare_v2() to preserve detailed error codes in statement stepping

e