lua-users home
lua-l archive

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


Lua list,

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

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

The preferred installation is via LuaRocks (it should be in the rocks repository shortly).

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.2 as well as Lua 5.1

- Added support for sqlite3.update_hook, sqlite3.commit_hook, sqlite3.rollback_hook

- Converted Makefile to depend on luarocks

- Uses lunitx (lunitx-0.6-1.rockspec) for Lua 5.2 compatible unit testing

e