openConnection

abstract fun openConnection(path: String, openFlags: Int): SQLiteConnection(source)

Opens a SQLite connection on path with openFlags.

The connection should have the PowerSync core extension loaded.


open fun openConnection(dbFilename: String, dbDirectory: String?, readOnly: Boolean = false): SQLiteConnection(source)