Path to this page:
./
databases/lua-sql-postgres,
PostgreSQL bindings for Lua
Branch: CURRENT,
Version: 2.3.2nb1,
Package name: lua53-sql-postgres-2.3.2nb1,
Maintainer: pkgsrc-usersLuaSQL 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.
Required to run:[
lang/lua52] [
databases/postgresql95-client]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 98.618 KB
Version history: (Expand)
- (2021-11-30) Updated to version: lua53-sql-postgres-2.3.2nb1
- (2017-11-23) Package has been reborn
- (2016-10-12) Updated to version: lua52-sql-postgres-2.3.2nb1
- (2016-10-08) Package added to pkgsrc.se, version lua52-sql-postgres-2.3.2 (created)
CVS history: (Expand)
2018-10-26 13:11:33 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
lua-sql-*: Fix all the module builds.
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-09 23:42:04 by Thomas Klausner | Files touched by this commit (110) |
Log message:
Recursive bump for all users of pgsql now that the default is 95.
|
2016-10-08 14:55:54 by Kamil Rytarowski | Files touched by this commit (3) |
Log message:
Import PostgreSQL luasql 2.3.2 as databases/lua-sql-postgres
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.
|