summaryrefslogtreecommitdiff
path: root/databases/lua-lsqlite3/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-04-18revbump for textproc/icu updateadam1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-04-21revbump for textproc/icuadam1-2/+2
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-1/+2
2020-07-11Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin,nia1-3/+1
as should probably have been done to begin with. Remove per-package hacks.
2020-07-11also use -bundlenia1-2/+2
2020-07-11Help the macOS linker understand that these are runtime-loaded modules.nia1-1/+3
2020-07-09databases: Add lua-lsqlite3nia1-0/+40
lsqlite3 is a thin wrapper around the public domain SQLite3 database engine. The lsqlite3 module supports the creation and manipulation of SQLite3 databases. After a require('lsqlite3') the exported functions are called with prefix sqlite3. However, most sqlite3 functions are called via an object-oriented interface to either database or SQL statement objects.