WebSqlite

interface WebSqlite : JsAny(source)

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun connect(name: String, implementation: DatabaseImplementation, options: ConnectOptions): Promise<Database>
Link copied to clipboard
Link copied to clipboard
abstract fun deleteDatabase(name: String, storage: String): Promise<JsAny>