summaryrefslogtreecommitdiff
path: root/databases/lua-sql-postgres/DESCR
blob: a2c5856d4240152c19b7086c0c79d7df052126c9 (plain)
1
2
3
4
5
6
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.