2016-08-19 18:49:48 +00:00
|
|
|
LuaSQL - This is a copy of commit fb09e52d7759e582d2c03185f1147ff19dfe42e0
|
2016-08-19 18:47:27 +00:00
|
|
|
http://keplerproject.github.io/luasql
|
2015-09-05 11:42:16 +00:00
|
|
|
|
|
|
|
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
|
|
|
|
|
2016-08-19 18:49:48 +00:00
|
|
|
* Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases;
|
2015-09-05 11:42:16 +00:00
|
|
|
* Execute arbitrary SQL statements;
|
|
|
|
* Retrieve results in a row-by-row cursor fashion.
|
|
|
|
|
2016-08-19 18:49:48 +00:00
|
|
|
LuaSQL is free software and uses the same license as Lua 5.1.
|
2015-09-05 11:42:16 +00:00
|
|
|
|
|
|
|
|
2015-12-06 16:48:05 +00:00
|
|
|
Source code for LuaSQL can be downloaded from its GitHub repository.
|
2015-09-05 11:42:16 +00:00
|
|
|
|