1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/databases/luadbi/pkg-descr
Alexey Dokuchaev d8748a6a94 - Update to version 0.7.2, improve the COMMENT
- Define LICENSE_FILE (not just a boilerplate)
- Amend the port description while I'm here

PR:		245145
Approved by:	maintainer (timeout since 2020-03-28)
2020-07-02 06:09:10 +00:00

10 lines
390 B
Plaintext

LuaDBI is a database interface library for Lua. It's designed to provide
an RDBMS agnostic API for handling database operations. It also provides
support for prepared statement handles, placeholders, and bind parameters
for all database operations.
On FreeBSD, LuaDBI supports MySQL, PostgreSQL, and SQLite3 databases with
native database drivers.
WWW: https://github.com/mwild1/luadbi