summaryrefslogtreecommitdiff
path: root/databases/lua-sql-mysql
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02Add 'lua' category to Lua modules.nia1-2/+2
While here, normalize some packages with strange variable order.
2020-07-01databases: Remove lua-sql-sqlite, bindings for ancient sqlitenia1-2/+1
2018-10-29lua-sql: Put back LUA_LIBDIR, fixes alternate installs.jperkin1-1/+2
2018-10-26lua-sql-*: Fix all the module builds.jperkin1-3/+3
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
2018-10-26lua-sql: Fix LUA_INC which cannot possibly have worked.jperkin1-5/+3
Remove LUA_LIBDIR and LUA_DIR, they are unused by the lua-sql modules.
2017-09-24lua-sql-*: update HOMEPAGEwiz1-2/+2
2016-10-08Import MySQL luasql 2.3.2 as databases/lua-sql-mysqlkamil5-0/+58
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.