SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
async-extensions
/
app.cash.sqldelight.async.coroutines
/
awaitMigrate
await
Migrate
suspend
fun
SqlSchema
<
*
>
.
awaitMigrate
(
driver
:
SqlDriver
,
oldVersion
:
Long
,
newVersion
:
Long
)