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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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