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:
parent
2b556b1432
commit
13311e9fb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234570
@ -156,6 +156,7 @@
|
||||
SUBDIR += linux-oracle-instantclient-sqlplus
|
||||
SUBDIR += lsdb
|
||||
SUBDIR += luasql-mysql
|
||||
SUBDIR += luasql-postgres
|
||||
SUBDIR += ludia
|
||||
SUBDIR += maatkit
|
||||
SUBDIR += mantis
|
||||
|
15
databases/luasql-postgres/Makefile
Normal file
15
databases/luasql-postgres/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user