From 73f933fb6f53942786b11f292fb0e200ac23c229 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 8 Nov 2022 23:33:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fdabf4..f0a0c41 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Immutable NoSQL database that works on a single plain text file - **Information is never lost**. Even if you make updates or deletions, you will be able to recover any information at any time. - There are **no restrictions on the data structure or columns**, since dictionaries are used without limitations on nesting. Similar to MongoDB Documents. - All the information is **stored in a JSON file**. -- Extremely fastb since it has no queue or locking limitations. +- **Extremely fast** since it has no queue or locking limitations. - **Minimalistic** to implement and use. -## Advantages of using an immutable database +## Why use fiableDB instead of other relational databases? - **High level of consistency and accuracy of data**, such as a hospital patient's chronology or banking data. It cannot be modified once it has been aggregated. - They **simplify the process of backing up and restoring data**, because you can always **revert to the original version** of the data if necessary.