From fdceaf42033e35196346bdf12aa82b550fc1e925 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 2 Jun 2021 16:29:08 +0100 Subject: [PATCH] update db readme --- db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/README.md b/db/README.md index 852a6f9..6ff8408 100644 --- a/db/README.md +++ b/db/README.md @@ -2,4 +2,4 @@ Simple database service # DB Service -The DB service is a simple database which provides CRUD and fast querying. +The DB service is a simple database which provides persistent storage via a CRUD API. It includes fast querying, ordering and more.