Lua-Sqlite3 0.4 review

Download
by rbytes.net on

Lua-Sqlite3 project is a binding of Sqlite3 for Lua. Lua-Sqlite3 is unique in contrast to other database bindings that it consists

License: GPL (GNU General Public License)
File size: 60K
Developer: Michael Roth
0 stars award from rbytes.net

Lua-Sqlite3 project is a binding of Sqlite3 for Lua.

Lua-Sqlite3 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 first layer is called the backend.

The second layers are frontend layers, written in Lua. These layers provide a nice and smart view of the database

Currently, Lua-Sqlite3 implements two frontends:

- A specialiced frontend which provides all sqlite3 capabilities.
- A LuaSQL compatible frontend as used on the Kepler Project.

What's New in This Release:
Lua 5.1 support was added, and 5.0 is still supported.
An autoconf configure script is provided.

Lua-Sqlite3 0.4 search tags