aboutsummaryrefslogtreecommitdiff
path: root/databases/luasql-sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Transfer maintainer back to ports@FreeBSD.orgMartin Matuska2011-08-091-2/+0
| | | | | | | Approved by: maintainer (myself) Notes: svn path=/head/; revision=279351
* LuaSQL is a simple interface from Lua to a DBMS. It enables a LuaMartin Matuska2009-05-261-0/+16
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/ Notes: svn path=/head/; revision=234571