diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-04-27 20:48:07 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-27 20:48:07 -0300 |
commit | 67f7f1a72829778bce9d646b0dac3e1cccceeaad (patch) | |
tree | d9c8259a7e096da093104cfd30b8bfb54e2c054f /libraries/luadbi/README | |
parent | af22ac5723b5f473f5c6747bcedb417b3c867d48 (diff) |
libraries/luadbi: Added (database interface library for Lua)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luadbi/README')
-rw-r--r-- | libraries/luadbi/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/luadbi/README b/libraries/luadbi/README new file mode 100644 index 000000000000..ac0d4e4d98d4 --- /dev/null +++ b/libraries/luadbi/README @@ -0,0 +1,20 @@ +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 |