Skip to content

Commit 93d0df0

Browse files
authored
Update README.md
1 parent 07f886b commit 93d0df0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
![Tests](https://github.com/mkrd/DictDataBase/actions/workflows/test.yml/badge.svg)
77
![Coverage](https://github.com/mkrd/DictDataBase/blob/main/assets/coverage.svg?raw=1)
88

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

0 commit comments

Comments
 (0)