Go to file
Tomás Guisasola 22d4a911f3 New version: 2.6. 2020-09-09 12:28:53 -03:00
doc Add docs about env:connect (SQLite3). 2020-09-08 08:59:28 -03:00
rockspec New version: 2.6. 2020-09-09 12:28:53 -03:00
src Prototypes moved to luasql.h. 2020-09-08 11:41:18 -03:00
tests Add finalization test. 2020-09-08 11:38:29 -03:00
vc6 Updated the VC6 project to use Postgres 7.4.12 2006-05-12 15:04:06 +00:00
Makefile New version. 2020-09-08 12:39:04 -03:00
Makefile.mingw compliling in mingw,odbc,sqlite3 2017-04-11 20:58:20 +08:00
Makefile.win more fixes 2008-01-16 18:46:40 +00:00
Makefile.win.ado Windows Makefile for the ADO module 2007-06-04 19:28:14 +00:00
Makefile.win.firebird Untested makefile for firebird module 2008-03-11 16:58:36 +00:00
Makefile.win.mysql Removing references to deprecated JDBC driver 2009-03-05 23:57:53 +00:00
Makefile.win.odbc Removing references to deprecated JDBC driver 2009-03-05 23:57:53 +00:00
Makefile.win.sqlite3 Removing references to deprecated JDBC driver 2009-03-05 23:57:53 +00:00
README Update docs link in readme 2016-06-23 09:30:23 +02:00
config Improved *nix makefile 2015-08-13 18:34:00 +01:00

README

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.