write

abstract suspend fun <T> write(callback: suspend (SQLiteConnectionLease) -> T): T(source)

Calls the callback with a read-write connection temporarily leased from the pool.