pkgsrc-wip/lua-pgsql/DESCR
pancake ;) 3c0b60494d Initial import of lua-pgsql
DESCR:
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;

TODO:
This package is broken for -ldl OS... This may be patched before going to pkgsrc.
It's also possible to create Oracle, MySQL and ODBC linkages using the same sources,
but I only have postgresql74 installed.

Anybody working on postgresql74? porting to bl3 and update databases/postgresql
it's important.
2004-02-26 15:03:07 +00:00

4 lines
230 B
Text

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;