We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f886b commit 93d0df0Copy full SHA for 93d0df0
README.md
@@ -6,8 +6,7 @@
6

7

8
9
-DictDataBase is a fast database for handling json or compressed json as the
10
-underlying storage mechanism.
+DictDataBase is a fast document-based database that uses json files or compressed json files for storage.
11
- **Multi threading and multi processing safe**. Multiple processes on the same machine
12
can simultaneously read and write to dicts without losing data.
13
- **ACID** compliant. Unlike TinyDB, it is suited for concurrent environments.
0 commit comments