mcfunley / pugsql

A HugSQL-inspired database library for Python
https://pugsql.org
Apache License 2.0
673 stars 22 forks source link

Need a transaction context #8

Closed mcfunley closed 5 years ago

mcfunley commented 5 years ago

Something like this maybe:

with module.transaction():
    module.foo()
    module.bar()
mcfunley commented 5 years ago

this is done