square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 416 forks source link

Inline 'inTransaction' Kotlin extension function #227

Closed JakeWharton closed 6 years ago

JakeWharton commented 6 years ago

Doing try/finally and set successful where the body is an extension lambda.