From b21c0c32775eb7c35b1a84adbebe02bd35a004ed Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 8 Sep 2021 10:28:58 +0100 Subject: [PATCH] Update README.md --- db/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db/README.md b/db/README.md index f48ddf6..6036bc9 100644 --- a/db/README.md +++ b/db/README.md @@ -3,3 +3,9 @@ Simple database service # DB Service The DB service is a straightforward key-value and document database which provides persistent storage via a Create Read Update Delete (CRUD) API. It includes feature rich querying and JSON based formatted records for native use in Node.js and or any language. Powering the backend of your apps from anywhere in the world. + +## Benefits + +- **No servers to manage** +- **Connect from anywhere** +- **Production ready**