From 0d58b89029ae7b85479f20bacb0bd0e692c44c61 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 8 Sep 2021 10:29:23 +0100 Subject: [PATCH] Update README.md --- db/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/README.md b/db/README.md index 6036bc9..a318a5f 100644 --- a/db/README.md +++ b/db/README.md @@ -2,7 +2,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. +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