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/slack-desc | |
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/slack-desc')
-rw-r--r-- | libraries/luadbi/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/luadbi/slack-desc b/libraries/luadbi/slack-desc new file mode 100644 index 000000000000..600fefc036c3 --- /dev/null +++ b/libraries/luadbi/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +luadbi: LuaDBI (database interface library for Lua) +luadbi: +luadbi: LuaDBI is a database interface library for Lua. It is designed to +luadbi: provide a RDBMS agnostic API for handling database operations. LuaDBI +luadbi: also provides support for prepared statement handles, placeholders +luadbi: and bind parameters for all database operations. +luadbi: +luadbi: Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite +luadbi: databases with native database drivers. +luadbi: +luadbi: |