Hacker News new | ask | show | jobs
by jessedhillon 4478 days ago
FWIW I use Pyramid with SQLAlchemy and it comes with a transaction manager plugin which automates the begin, commit and rollback on error of transactions. 99% of the time I don't need to think about transactions, only during CLI tool development and only barely. YMMV
2 comments

Yeah, sounds like you're mileage does vary.
i think flask-sqlalchemy does something similar