kpgalligan
fun DatabaseConnection.setVersion(version: Int) { withStatement("PRAGMA user_version = $version") { execute() } }