read

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

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