From c795e6a2949f659edb88835000765564abf5b941 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 26 May 2009 07:34:05 +0000 Subject: LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. WWW: http://www.keplerproject.org/luasql/ --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 2764b8a26238..3c561b19fa07 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -155,6 +155,7 @@ SUBDIR += linux-oracle-instantclient-sdk SUBDIR += linux-oracle-instantclient-sqlplus SUBDIR += lsdb + SUBDIR += luasql-mysql SUBDIR += ludia SUBDIR += maatkit SUBDIR += mantis -- cgit