mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 04:01:12 +00:00
14 lines
509 B
Text
14 lines
509 B
Text
LuaSQL - This is a copy of commit fb09e52d7759e582d2c03185f1147ff19dfe42e0
|
|
http://keplerproject.github.io/luasql
|
|
|
|
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
|
|
|
|
* Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases;
|
|
* Execute arbitrary SQL statements;
|
|
* Retrieve results in a row-by-row cursor fashion.
|
|
|
|
LuaSQL is free software and uses the same license as Lua 5.1.
|
|
|
|
|
|
Source code for LuaSQL can be downloaded from its GitHub repository.
|
|
|