Subject: CVS commit: pkgsrc/databases
From: Nia Alarie
Date: 2020-07-09 18:12:57
Message id: 20200709161257.E2316FB28@cvs.NetBSD.org

Log Message:
databases: Add lua-dbi

LuaDBI is a database interface library for Lua. It is designed to provide
a RDBMS agnostic API for handling database operations. LuaDBI also provides
support for prepared statement handles, placeholders and bind parameters
for all database operations.

Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite databases
with native database drivers.

Files:
RevisionActionfile
1.1addpkgsrc/databases/lua-dbi/DESCR
1.1addpkgsrc/databases/lua-dbi/Makefile
1.1addpkgsrc/databases/lua-dbi/Makefile.common
1.1addpkgsrc/databases/lua-dbi/PLIST
1.1addpkgsrc/databases/lua-dbi/distinfo
1.1addpkgsrc/databases/lua-dbi-mysql/DESCR
1.1addpkgsrc/databases/lua-dbi-mysql/Makefile
1.1addpkgsrc/databases/lua-dbi-mysql/PLIST
1.1addpkgsrc/databases/lua-dbi-postgresql/DESCR
1.1addpkgsrc/databases/lua-dbi-postgresql/Makefile
1.1addpkgsrc/databases/lua-dbi-postgresql/PLIST
1.1addpkgsrc/databases/lua-dbi-sqlite3/DESCR
1.1addpkgsrc/databases/lua-dbi-sqlite3/Makefile
1.1addpkgsrc/databases/lua-dbi-sqlite3/PLIST
1.1addpkgsrc/databases/lua-dbi/patches/patch-Makefile