Package-level declarations

Types

Link copied to clipboard
class JdbcSqliteDriver(url: String, properties: Properties = Properties()) : JdbcDriver, ConnectionManager

Functions

Link copied to clipboard
fun JdbcSqliteDriver(url: String, properties: Properties = Properties(), schema: SqlSchema<QueryResult.Value<Unit>>, migrateEmptySchema: Boolean = false, vararg callbacks: AfterVersion): JdbcSqliteDriver

Constructs JdbcSqliteDriver and creates or migrates schema from current PRAGMA user_version. After that updates PRAGMA user_version to migrated schema version. Each of the callbacks are executed during the migration whenever the upgrade to the version specified by AfterVersion.afterVersion has been completed.