scott 9f817e61b3 Initial check in of prepared queries and query parameter support
Next step, support data being passed as function params instead of a table
2018-11-26 17:34:56 +00:00
2018-10-30 20:05:55 -03:00
2018-11-26 17:33:13 +00:00
2015-08-13 18:34:00 +01:00
2018-10-30 19:41:24 -03:00
2008-01-16 18:46:40 +00:00
2016-06-23 09:30:23 +02:00

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

Description
No description provided
Readme 836 KiB
Languages
C 58.8%
Lua 38.8%
Java 1.8%
Makefile 0.6%