diff options
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 |