From 418d004d009ff109534ec4194f34bc96739ab767 Mon Sep 17 00:00:00 2001 From: Brus Date: Mon, 17 Jul 2023 12:15:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDatabase=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Database.md b/Database.md index 75b1745..0584505 100644 --- a/Database.md +++ b/Database.md @@ -1,3 +1,5 @@ +# TETHYS Database Model + The database model used by TETHYS is based on a relational database model. The model includes several tables that store information about different types of research data. The main tables in the database include: * Resource Table: This table stores information about the resources that are managed by the system. Each resource is assigned a unique identifier and the table includes fields for the title, author, publication date, and other metadata associated with the resource. @@ -13,7 +15,7 @@ The database model used by TETHYS is based on a relational database model. The m The database model used by TETHYS is designed to be flexible and extensible, allowing for the addition of new tables and fields as needed to support different types of digital resources. -# TETHYS Database Model +