diff options
Diffstat (limited to 'libraries/hoel/README')
-rw-r--r-- | libraries/hoel/README | 7 |
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. |