writableTransaction

suspend fun <T> writableTransaction(block: suspend SQLiteDatabase.() -> T): T(source)