freebsd-ports/databases/luasql-mysql/pkg-descr
Vanilla I. Shu 409b90a5b7 1: Update to 2.3.3.
2: add odbc & firebird driver.
2016-06-12 15:06:50 +00:00

8 lines
297 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: https://github.com/keplerproject/luasql/