summaryrefslogtreecommitdiff
path: root/databases/lua-sql-postgres
AgeCommit message (Collapse)AuthorFilesLines
2018-10-26lua-sql-*: Fix all the module builds.jperkin1-3/+3
In all cases they were trying to use variables that aren't used in the build process, the sqlite include paths had typos, and sqlite3 was trying to use sqlite2's buildlink3.mk
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-1/+2
2016-10-08Import PostgreSQL luasql 2.3.2 as databases/lua-sql-postgreskamil3-0/+24
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: * Connect to ODBC, Oracle, MySQL and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion; This package provides access to PostgreSQL.