SingleConnectionPool
A SQLiteConnectionPool backed by a single database connection.
This does not provide any concurrency, but is still a reasonable implementation to use for e.g. tests.
Properties
Functions
Link copied to clipboard
open suspend override fun <R> withAllConnections(action: suspend (writer: SQLiteConnectionLease, readers: List<SQLiteConnectionLease>) -> R)
Invokes the callback with all connections leased from the pool.