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.
12 lines
443 B
Text
12 lines
443 B
Text
@comment $NetBSD: PLIST,v 1.1 2020/07/09 15:27:56 nia Exp $
|
|
${LUA_CDIR}/lsqlite3.so
|
|
${LUA_DOCDIR}/examples/aggregate.lua
|
|
${LUA_DOCDIR}/examples/function.lua
|
|
${LUA_DOCDIR}/examples/hooks_advanced.lua
|
|
${LUA_DOCDIR}/examples/order.lua
|
|
${LUA_DOCDIR}/examples/simple.lua
|
|
${LUA_DOCDIR}/examples/smart.lua
|
|
${LUA_DOCDIR}/examples/statement.lua
|
|
${LUA_DOCDIR}/examples/tracing.lua
|
|
${LUA_DOCDIR}/examples/update_hook.lua
|
|
${LUA_LDIR}/lsqlite3complete.lua
|