mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
change executeSql doc to mention create instead of openDatabase
This commit is contained in:
@@ -67,7 +67,7 @@ export class SQLiteObject {
|
||||
start(): void { }
|
||||
|
||||
/**
|
||||
* Execute SQL on the opened database. Note, you must call `openDatabase` first, and
|
||||
* Execute SQL on the opened database. Note, you must call `create` first, and
|
||||
* ensure it resolved and successfully opened the database.
|
||||
*/
|
||||
@CordovaInstance()
|
||||
|
||||
Reference in New Issue
Block a user