diff options
author | mm <mm@FreeBSD.org> | 2009-05-26 15:34:05 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-05-26 15:34:05 +0800 |
commit | c795e6a2949f659edb88835000765564abf5b941 (patch) | |
tree | efc4958b3fd568466c5168342e9cc03135fcd755 /databases/Makefile | |
parent | 95fb6e72f9a1f832e4bfb78225ed710494036927 (diff) | |
download | freebsd-ports-gnome-c795e6a2949f659edb88835000765564abf5b941.tar.gz freebsd-ports-gnome-c795e6a2949f659edb88835000765564abf5b941.tar.zst freebsd-ports-gnome-c795e6a2949f659edb88835000765564abf5b941.zip |
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/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |