2007-08-27 21:46:45 +00:00
|
|
|
LuaSQL 2.1
|
2005-03-22 23:46:05 +00:00
|
|
|
http://www.keplerproject.org/luasql/
|
2003-03-26 15:06:20 +00:00
|
|
|
|
2007-08-27 21:46:45 +00:00
|
|
|
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.0 [27/Aug/2007]
|
|
|
|
|
|
|
|
* Added function to escape strings
|
|
|
|
* Added support for SQLite 3
|
|
|
|
* Bug correction: freeing PGresults in the Postgres driver (thanks to Michael Broughton)
|
|
|
|
* Corrected memory leak when no cursor created (thanks to Klaus Ripke)
|
|
|
|
* Corrected bug avoiding duplicate access to stack
|