2009-05-26 09:34:05 +02: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.
|
|
|
|
|
2017-06-02 17:43:17 +02:00
|
|
|
WWW: https://github.com/keplerproject/luasql
|