digital-fabric / extralite

Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
253 stars 8 forks source link

Add Database#transaction method #41

Closed noteflakes closed 10 months ago

noteflakes commented 10 months ago

Following suggestion by @oldmoe, implement Database#transaction along the lines of how it's implemented in the sqlite3-ruby gem.