From 03aaf1ed08824fa8461b618ca8fa9fc4bccd2df4 Mon Sep 17 00:00:00 2001 From: lolo Date: Sun, 20 Nov 2022 23:24:49 +0000 Subject: [PATCH] Update 'database_project/README.md' --- database_project/README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/database_project/README.md b/database_project/README.md index 4cfec8b..f1ee735 100644 --- a/database_project/README.md +++ b/database_project/README.md @@ -1 +1,30 @@ -## Key value DataBase \ No newline at end of file +### Key value DataBase + +Resources, Agent and Events are set with view and mainly ID values + +EXAMPLE Resource Oranges + +{ + "name" : "value", + "field" : "value", + "field" : "value", +} + + + +### IDs + +Resources ID +Agent ID +Events ID + +### Resource ID + +### Agent ID + +### Event ID + +#### time + +month +location \ No newline at end of file