lua-users home
lua-l archive

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


LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
       * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
       * Execute arbitrary SQL statements;
       * Retrieve results in a row-by-row cursor fashion.

LuaSQL is free software and uses the same license as Lua 5.1.

LuaSQL 2.1.1 version:
       * Fixed a bug in the SQLite3 error handling (patch by David Burgess)
       * Fixed bug [#1834] for SQLite 3 (found by Savin Zlobec, patch
by Marc Nijdam)
       * Fixed bug [#1770] for SQLite 3 (found by Enrico Tassi, patch
by Marc Nijdam)

For more details, please check http://www.keplerproject.org/luasql/

Feedback is welcome, for bug reporting please use the LuaForge bug tracker.

Thanks in advance,

André