Package-level declarations

Functions

Link copied to clipboard
fun SqlSchema<QueryResult.AsyncValue<Unit>>.destructiveMigration(): SqlSchema<QueryResult.AsyncValue<Unit>>

suspend fun SqlSchema<QueryResult.AsyncValue<Unit>>.destructiveMigration(driver: SqlDriver): QueryResult.AsyncValue<Unit>

Performs a destructive migration on the provided SQL driver.

Link copied to clipboard
fun Int?.getOrDefault(default: Int = 0): Int
fun Long?.getOrDefault(default: Long = 0): Long
Link copied to clipboard
suspend fun SqlDriver.getTables(): List<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun SqlSchema<QueryResult.AsyncValue<Unit>>.sync(): SqlSchema<QueryResult.Value<Unit>>