digital-fabric / extralite

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

Add Database#transaction method #41

Closed noteflakes closed 6 months ago

noteflakes commented 6 months ago

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