summaryrefslogtreecommitdiff
path: root/databases/lua-sqlite3
AgeCommit message (Collapse)AuthorFilesLines
2017-04-22Revbump after icu updateadam1-2/+2
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-04-06Revbump after updating textproc/icuadam1-2/+2
2014-10-19Revbump after lang/lua51 update.alnsn1-2/+2
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-05-03Adapt to Lua multiversion support.alnsn6-11/+175
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2013-10-30Use LUA_PKGPREFIX. Many Lua packages already do, but not these.dholland1-1/+2
2013-10-19Revbump after updating textproc/icuadam1-1/+2
2013-07-04Lua-Sqlite3 is a binding of Sqlite3 for Lua.adam5-0/+53
Lua-Sqlite3 is unique in contrast to other database bindings that it consists of two layers. The first layer translates the SQLite 3 implementation's C API to Lua. The first layer is called the backend. The second layers are frontend layers, written in Lua. These layers provide a nice and smart view of the database Currently, Lua-Sqlite3 implements two frontends: * A specialiced frontend which provides all sqlite3 capabilities. * A LuaSQL compatible frontend as used on the Kepler Project.