PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.driver
/
SQLiteConnectionPool
/
read
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.