feat(sqlite): add selfTest function

fix: #963
This commit is contained in:
Daniel Sogl
2018-03-16 17:55:42 +01:00
committed by GitHub
parent 9cc3d8fd74
commit 241f0733ee

View File

@@ -181,6 +181,13 @@ export class SQLite extends IonicNativePlugin {
*/
@Cordova()
echoTest(): Promise<any> { return; }
/**
* Automatically verify basic database access operations including opening a database
* @returns {Promise<any>}
*/
@Cordova()
selfTest(): Promise<any> { return; }
/**
* Deletes a database