diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-06 20:41:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 04:59:39 +0700 |
commit | 436148ab2abecaef6ae3e1e4eabf0e4db8f23ac2 (patch) | |
tree | 9103eecda25d64b4ae2400cc5f785093778c0cc7 /libraries/libzdb/README | |
parent | 7bc45f8c7e0d2dd4c240d7a66ad4ffa2cde0ccb5 (diff) | |
download | slackbuilds-436148ab2abecaef6ae3e1e4eabf0e4db8f23ac2.tar.gz |
libraries/libzdb: Added (Source Database Connection Pool Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libzdb/README')
-rw-r--r-- | libraries/libzdb/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libzdb/README b/libraries/libzdb/README new file mode 100644 index 0000000000..ade7011ed3 --- /dev/null +++ b/libraries/libzdb/README @@ -0,0 +1,6 @@ +libzdb is a database library with thread-safe connection pooling. +The library can connect transparently to multiple database systems. +It has zero runtime configuration and connection is specified via a +URL scheme. + +Optional dependency: postgresql |