1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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/
----------------------------------------------------------------------
This commit is contained in:
Martin Matuska 2009-05-26 07:39:48 +00:00
parent 2b556b1432
commit 13311e9fb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234570
2 changed files with 16 additions and 0 deletions

View File

@ -156,6 +156,7 @@
SUBDIR += linux-oracle-instantclient-sqlplus
SUBDIR += lsdb
SUBDIR += luasql-mysql
SUBDIR += luasql-postgres
SUBDIR += ludia
SUBDIR += maatkit
SUBDIR += mantis

View File

@ -0,0 +1,15 @@
# New ports collection makefile for: luasql-postgres
# Date created: 25 May 2009
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
PORTNAME= luasql
MAINTAINER= mm@FreeBSD.org
LUASQL_DRIVER= postgres
MASTERDIR= ${.CURDIR}/../luasql-mysql
.include "${MASTERDIR}/Makefile"