Go to file
Tomás Guisasola b7da7097d9
Merge pull request #141 from cazfi/castalign
Castalign
2022-07-27 13:39:06 -03:00
doc Remove trailing spaces from documentation 2022-05-28 13:25:39 +03:00
rockspec New version: 2.6. 2020-09-09 12:28:53 -03:00
src ls_postgres.c: Fix cast alignment change warning 2022-06-13 15:13:59 +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 Remove trailing spaces from documentation 2022-05-28 13:25:39 +03: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.