withTransaction

suspend fun <R> RoomDatabase.withTransaction(block: suspend (transactor: Transactor) -> R): R