We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4039d19 commit 40a07b4Copy full SHA for 40a07b4
1 file changed
README.md
@@ -12,7 +12,7 @@ DictDataBase is a simple and fast database for handling json or compressed json
12
- **No database server** required. Simply import DictDataBase in your project and use it.
13
- **Compression**. Configure if the files should be stored as raw json or as json compressed with zlib.
14
- **Fast**. A dict can be accessed partially without having to parse the entire file, making the read and writes very efficient.
15
-- **Tested**. 99%+ coverage, over 1000 test cases.
+- **Tested** with 99%+ coverage.
16
17
### Why use DictDataBase
18
- For example, have a webserver dispatch database reads and writes concurrently.
0 commit comments