chef / sqerl

General purpose RDBMS abstraction layer
Apache License 2.0
42 stars 18 forks source link

Support for transactions? #85

Open AxisOfEval opened 10 years ago

AxisOfEval commented 10 years ago

As I understand sqerl uses database transactions internally. But is there a way to club many DB operations in one single atomic operation with varying transaction levels?

wk8 commented 10 years ago

@AxisOfEval : transactions are not supported yet. It's a work in progress though, and should be added pretty soon.

AxisOfEval commented 10 years ago

@wk8 Are there any already accepted idioms on how it is to be implemented, maybe I can grok up a PR?