2015-12-06 12:52:03 +01:00
|
|
|
LuaSQL
|
2016-06-23 09:30:23 +02:00
|
|
|
http://keplerproject.github.io/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:
|
|
|
|
|
2015-12-06 12:52:03 +01:00
|
|
|
* Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases;
|
2007-08-27 21:46:45 +00:00
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
2015-12-06 12:52:03 +01:00
|
|
|
Source code for LuaSQL can be downloaded from its GitHub repository.
|
2007-08-27 21:46:45 +00:00
|
|
|
|