Skip to content

Commit

Permalink
up tests readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkroeker committed Nov 14, 2024
1 parent 2b6e44f commit 6ceeda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ it.
- **Compression**. Configure if the files should be stored as raw json or as json
compressed with zlib.
- **Fast**. Key-value pairs inside a json file can be accessed quickly and efficiently because the keys are indexed.
- **Tested** with 99%+ coverage.
- **Tested** with 98%+ coverage on Python 3.8 to 3.13.

### Why use DictDataBase
- Your application concurrently reads and writes data from multiple processes or threads.
Expand Down

0 comments on commit 6ceeda5

Please sign in to comment.