public
Description: LuaSQL is a simple interface from Lua to a DBMS.
Homepage: http://www.keplerproject.org/luasql
Clone URL: git://github.com/keplerproject/luasql.git
luasql /
name age message
file Makefile Fri May 30 10:21:18 -0700 2008 Updating version number. Adding firebird drive... [tomas]
file Makefile.win Wed Jan 16 10:46:40 -0800 2008 more fixes [mascarenhas]
file Makefile.win.ado Mon Jun 04 12:28:14 -0700 2007 Windows Makefile for the ADO module [carregal]
file Makefile.win.firebird Tue Mar 11 09:58:36 -0700 2008 Untested makefile for firebird module [blumf]
file Makefile.win.mysql Thu Mar 05 15:57:53 -0800 2009 Removing references to deprecated JDBC driver [carregal]
file Makefile.win.odbc Thu Mar 05 15:57:53 -0800 2009 Removing references to deprecated JDBC driver [carregal]
file Makefile.win.sqlite3 Thu Mar 05 15:57:53 -0800 2009 Removing references to deprecated JDBC driver [carregal]
file README Mon Oct 29 14:44:54 -0700 2007 Version 2.1.1 [carregal]
file config Fri May 30 10:21:18 -0700 2008 Updating version number. Adding firebird drive... [tomas]
directory doc/ Tue Jun 10 17:26:13 -0700 2008 Added a lock timeout parameter for sqlite3 conn... [jasonsantos]
directory rockspec/ Tue Oct 20 09:38:38 -0700 2009 use builtin for mysql, sqlite and sqlite3 rocks... [Fabio Mascarenhas]
directory src/ Thu Jul 30 04:25:48 -0700 2009 env:connect wasn't leaving the connection objec... [blumf]
directory tests/ Mon Jun 30 03:43:03 -0700 2008 Added flag to switch between direct table compa... [blumf]
directory vc6/ Fri May 12 08:04:06 -0700 2006 Updated the VC6 project to use Postgres 7.4.12 [carregal]
README
LuaSQL 2.1
http://www.keplerproject.org/luasql/

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. 


Source code for LuaSQL can be downloaded from the LuaForge page.

If you are using LuaBinaries a Windows binary version of LuaSQL can be found at the same LuaForge page.

LuaSQL 2.1.1 [29/Oct/2007]
* 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)