mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
2b556b1432
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. WWW: http://www.keplerproject.org/luasql/
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
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.
|
|
|
|
WWW: http://www.keplerproject.org/luasql/
|