etlegacy-libs/luasql
2016-01-26 17:32:31 +01:00
..
doc lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
rockspec lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
src lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
tests libs: updated to latest LuaSQL 2015-12-06 17:53:15 +01:00
vc6 lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
config libs: set luasql config file to Lua 5.3 2015-12-09 13:49:06 +01:00
Makefile lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
Makefile.win lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
Makefile.win.ado lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
Makefile.win.firebird lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
Makefile.win.mysql lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
Makefile.win.odbc lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
Makefile.win.sqlite3 lib: LuaSQL 2.1 9ddfc9fb1c1ccdd204c059197724ac1f08e5a1be 2015-09-05 13:42:16 +02:00
README libs: updated to latest LuaSQL 2015-12-06 17:53:15 +01: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:

    * 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.