From 6875fb4390c4c4b74a3d11efb2aee23d8a3ee303 Mon Sep 17 00:00:00 2001 From: Kyriakos Barbounakis Date: Tue, 14 Nov 2023 20:34:07 +0200 Subject: [PATCH] Update README.md --- modules/test/server/db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/server/db/README.md b/modules/test/server/db/README.md index 323e917..fda048e 100644 --- a/modules/test/server/db/README.md +++ b/modules/test/server/db/README.md @@ -1,4 +1,4 @@ -`local.db` is a sqlite sample database for testing [@themost-framework](https://github.com/themost-framework) architecture. It consists of a collection of common database objects - tables and views- which describe a CRM data storage with customers, products, offers, orders etc. +`local.db` is a sqlite sample database for testing [@themost-framework](https://github.com/themost-framework) architecture. It consists of a collection of database objects -tables and views- which describe a common CRM schema with customers, products, offers, orders etc. ![sample database schema screenshot 1](./local_db_schema1.png)