Subject: CVS commit: pkgsrc/databases
From: Nia Alarie
Date: 2020-07-09 17:27:56
Message id: 20200709152756.DCA97FB28@cvs.NetBSD.org

Log Message:
databases: Add lua-lsqlite3

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.

Files:
RevisionActionfile
1.1addpkgsrc/databases/lua-lsqlite3/DESCR
1.1addpkgsrc/databases/lua-lsqlite3/Makefile
1.1addpkgsrc/databases/lua-lsqlite3/PLIST
1.1addpkgsrc/databases/lua-lsqlite3/distinfo
1.1addpkgsrc/databases/lua-lsqlite3/files/Makefile