File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DictDataBase is a simple and fast database for handling json or compressed json
1212- ** No database server** required. Simply import DictDataBase in your project and use it.
1313- ** Compression** . Configure if the files should be stored as raw json or as json compressed with zlib.
1414- ** Fast** . A dict can be accessed partially without having to parse the entire file, making the read and writes very efficient.
15- - ** Tested** . 100% coverage, over 1000 test cases.
15+ - ** Tested** . 99%+ coverage, over 1000 test cases.
1616
1717### Why use DictDataBase
1818- For example, have a webserver dispatch database reads and writes concurrently.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dictdatabase"
3- version = " 2.3.1 "
3+ version = " 2.3.2 "
44repository = " https://github.com/mkrd/DictDataBase"
55description = " Easy-to-use database using dicts"
66authors = [" Marcel Kröker <kroeker.marcel@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments