mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d8748a6a94
- 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)
10 lines
390 B
Plaintext
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
|