mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
21 lines
715 B
Text
21 lines
715 B
Text
|
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.
|
||
|
|
||
|
Optitional requirements:
|
||
|
databases (at least one from mysql, psql, sqlite3, db2, oracle)
|
||
|
You can pass to slackbuild list of databases you want LuaDBI to work
|
||
|
with (e.g. DBs="psql sqline3 oracle" or DBs="free db2").
|
||
|
|
||
|
free - builds MySQL, PostgreSQL and SQLite3 drivers
|
||
|
all - as above, but also builds DB2 and Oracle drivers
|
||
|
mysql
|
||
|
psql
|
||
|
sqlite3
|
||
|
db2
|
||
|
oracle
|