No description
Ethan Dalool
cbef38ba7f
This change has really made it easier to reason about database transactions in my projects. When you use 'with db.transaction' you know for sure that either the db will commit or rollback at the end and you won't leave in a dirty state. And it will lock out all other writers so nothing gets messed up. Previously I was conflating atomicity of each function with committing of the entire transaction, and that was causing me grief. I think this is closer to correct. |
||
---|---|---|
voussoirkit | ||
CONTACT.md | ||
LICENSE.txt | ||
pypi_upload.bat | ||
README.md | ||
setup.py | ||
voussoirkit_logo.svg |
voussoirkit
This is a collection of tools that I use often and import into my other projects.
Install
pip install voussoirkit
Mirrors
https://github.com/voussoir/voussoirkit