kgaughan / dbkit

Taking some of the pain out of Python's DB-API
MIT License
6 stars 2 forks source link

Transaction decorator #7

Closed kgaughan closed 12 years ago

kgaughan commented 12 years ago

It would be terribly useful to have a decorator to complement the transaction() function. Maybe call it 'transactional()'?