summaryrefslogtreecommitdiff
path: root/databases/luasql-postgres (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.3.1.Mathieu Arnold2016-04-181-2/+0
| | | | | | PR: 208864 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Support stageBaptiste Daroussin2014-06-101-1/+0
|
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+2
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | databases)
* Transfer maintainer back to ports@FreeBSD.orgMartin Matuska2011-08-091-2/+0
| | | | Approved by: maintainer (myself)
* LuaSQL is a simple interface from Lua to a DBMS. It enables a LuaMartin Matuska2009-05-261-0/+15
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/ ----------------------------------------------------------------------