aboutsummaryrefslogtreecommitdiff
path: root/libraries/hoel/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2018-05-07 20:49:07 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-12 06:58:24 +0700
commitce4512d975cc848d28b9203f4f0a4de1cde93079 (patch)
tree7ad09d0a9e333b6287bda038092c12b38202d921 /libraries/hoel/README
parente122364f9a9c1531aa1c390b8bd1d1a569aa665f (diff)
libraries/hoel: Added (Database abstraction library written in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/hoel/README')
-rw-r--r--libraries/hoel/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/hoel/README b/libraries/hoel/README
new file mode 100644
index 0000000000000..c4daf5fb9df79
--- /dev/null
+++ b/libraries/hoel/README
@@ -0,0 +1,7 @@
+Hoel - Database abstraction library written in C.
+
+Simple and easy to use database access library. Works with SQLite 3,
+MariaDB/Mysql and PostgreSQL databases. Uses a JSON-based language with
+jansson to execute simples queries based on one table.
+
+postgresql is an optional dependency.