We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6e44f commit 6ceeda5Copy full SHA for 6ceeda5
1 file changed
README.md
@@ -14,7 +14,7 @@ it.
14
- **Compression**. Configure if the files should be stored as raw json or as json
15
compressed with zlib.
16
- **Fast**. Key-value pairs inside a json file can be accessed quickly and efficiently because the keys are indexed.
17
-- **Tested** with 99%+ coverage.
+- **Tested** with 98%+ coverage on Python 3.8 to 3.13.
18
19
### Why use DictDataBase
20
- Your application concurrently reads and writes data from multiple processes or threads.
0 commit comments