blob: 127afdddce810529ee3883e4a146f1e792ab03e0 (
plain)
1
2
3
4
5
6
|
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
* Connect to ODBC, Oracle, MySQL and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion;
This package provides access to MySQL.
|