Create README.md
This commit is contained in:
commit
47a55680a7
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
Immutable NoSQL database that works on a single plain text file.
|
||||
|
||||
## Features
|
||||
|
||||
- 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 fast since it has no queue or locking limitations.
|
||||
- Minimalistic to implement and use.
|
||||
|
||||
## Advantages of using an immutable database
|
Loading…
Reference in New Issue
Block a user