| Age | Commit message (Collapse) | Author | Files | Lines |
|
While here, normalize some packages with strange variable order.
|
|
|
|
|
|
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
|
|
Remove LUA_LIBDIR and LUA_DIR, they are unused by the lua-sql modules.
|
|
|
|
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 MySQL.
|