diff --git a/src/@ionic-native/plugins/sqlite/index.ts b/src/@ionic-native/plugins/sqlite/index.ts index 29b4d2a8..82d814fd 100644 --- a/src/@ionic-native/plugins/sqlite/index.ts +++ b/src/@ionic-native/plugins/sqlite/index.ts @@ -20,6 +20,10 @@ export interface SQLiteDatabaseConfig { * support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext */ createFromLocation?: number; + /** + * support encrypted databases with https://github.com/litehelpers/Cordova-sqlcipher-adapter + */ + key?: string; } /**