Package com. squareup. sqldelight. db
Types
AfterVersion
Link copied to clipboard
SqlPreparedStatement
Link copied to clipboard
interface SqlPreparedStatement
Content copied to clipboard
Functions
migrateWithCallbacks
Link copied to clipboard
fun SqlDriver.Schema.migrateWithCallbacks(driver: SqlDriver, oldVersion: Int, newVersion: Int, vararg callbacks: AfterVersion)
Content copied to clipboard
Run SqlDriver.Schema.migrate normally but execute callbacks during the migration whenever the it finished upgrading to a version specified by AfterVersion.afterVersion.