Created by: Code0x58
What is this Python project?
Stores changes to a JsonStore
object as soon as it is changed, unless a transaction is active. Transactions may use a context manager and be nested, and discard changes if the transaction manager is exited with an exception.
What's the difference between this Python project and similar ones?
compared to pickleDB, python-sonstore:
- has transactions
- appears to have better documentation of use
--
Anyone who agrees with this pull request could vote for it by adding a