openConnection
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)