• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H09-Sep-2020-426358

rockspec/H09-Sep-2020-1,8221,772

src/H03-May-2022-7,0614,862

tests/H09-Sep-2020-1,147778

vc6/H09-Sep-2020-1,6681,349

MakefileH A D09-Sep-2020833 4022

Makefile.mingwH A D09-Sep-2020843 3525

Makefile.winH A D09-Sep-2020393 1911

Makefile.win.adoH A D09-Sep-2020137 95

Makefile.win.firebirdH A D09-Sep-2020549 2920

Makefile.win.mysqlH A D09-Sep-2020721 2920

Makefile.win.odbcH A D09-Sep-2020540 2920

Makefile.win.sqlite3H A D09-Sep-2020590 2920

READMEH A D09-Sep-2020443 158

configH A D09-Sep-20201.7 KiB5549

README

1LuaSQL
2http://keplerproject.github.io/luasql
3
4LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
5
6    * Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases;
7    * Execute arbitrary SQL statements;
8    * Retrieve results in a row-by-row cursor fashion.
9
10LuaSQL is free software and uses the same license as Lua 5.1.
11
12
13Source code for LuaSQL can be downloaded from its GitHub repository.
14
15