etlegacy-libs/luasql/README

15 lines
518 B
Text
Raw Normal View History

2015-12-06 16:48:05 +00:00
LuaSQL - This is a copy of commit/6485f4845ce955bb9d5227cdba12aa90dd241f70
http://keplerproject.github.io/luasql/doc/us/
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
2015-12-06 16:48:05 +00:00
* 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.
2015-12-06 16:48:05 +00:00
Source code for LuaSQL can be downloaded from its GitHub repository.