From 4d37a4e831ef231a942a4a30664833ccd6407c2e Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Mon, 20 Sep 2021 12:46:28 +0100 Subject: [PATCH] chore: add datastores --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d5336cf..0071bb2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ . ├── bin ├── clds +├── datastores ├── defs ├── filters ├── graphql @@ -64,6 +65,12 @@ Definitions Library collection of basic applications needs [Defs Library](/LibreCloud/lib_defs) +### datastores + +Datastores Library for data stores connections + +[Data Stores Library](/LibreCloud/lib_datastores) + ### filters Rust Libraries Collections for webservices [warp](https://github.com/seanmonstar/warp) filters and routes configuration