diff options
author | Eugene Wissner <belka@caraus.de> | 2016-07-28 18:25:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:04:36 +0700 |
commit | e96f0a975b85aed331ce61999c92a8c4925dc2a0 (patch) | |
tree | ecf015d1b99a214258c84ece68db3224972803dc /development/opendbx/README | |
parent | 023c4f558ac21295fe62b41495ec90f04c314a38 (diff) | |
download | slackbuilds-e96f0a975b85aed331ce61999c92a8c4925dc2a0.tar.gz |
development/opendbx: Added (Database Access Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/opendbx/README')
-rw-r--r-- | development/opendbx/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/opendbx/README b/development/opendbx/README new file mode 100644 index 0000000000..b3a89e99d4 --- /dev/null +++ b/development/opendbx/README @@ -0,0 +1,6 @@ +OpenDBX is an extremely lightweight but extensible database access +library written in C. It provides an abstraction layer to all supported +databases with a single, clean and simple interface that leads to an +elegant code design automatically. If you want your application to +support different databases with little effort, this is definitively +the right thing for you! |