lua-lsqlite3: new package 2953/head
authorOskari Rauta <osku@iMac.local>
Sun, 10 Jul 2016 16:20:01 +0000 (19:20 +0300)
committerOskari Rauta <osku@iMac.local>
Sun, 10 Jul 2016 16:20:01 +0000 (19:20 +0300)
commitb03bc5760f91f30fa53d72481fecc21583d1e5ff
tree4e107e25794cea4d9126e53d9da610339b47f512
parentf1e1bdb7397e4187f3aed3c69d7db3c0cae0158c
lua-lsqlite3: new package

Maintainer: Oskari Rauta / @oskarirauta
Compile tested: x86, APU-4D, Chaos Calmer
Run tested: ar71xx, WNDR3800, Chaos Calmer and x86, APU-4D, Chaos
Calmer - tests done. Performs as should.

Description:
LuaSQLite3 is a thin wrapper around the public domain SQLite3 database
engine.

This commit adds another sqlite3 module for Lua. This is very popular
and in my opinion, suites even better for some projects requiring
sqlite3 in Lua than already luasql, even though luasql is more
versatile since it supports other databases as well. It wouldn't hurt
to include this in the repository. This can also be installed with
luarocks, but I prefer a openwrt package.

Signed-off-by: Oskari Rauta oskari.rauta@gmail.com
lang/lua-lsqlite3/Makefile [new file with mode: 0644]