diff --git a/src/@ionic-native/plugins/sqlite/index.ts b/src/@ionic-native/plugins/sqlite/index.ts index ef1a13734..580b4afbd 100644 --- a/src/@ionic-native/plugins/sqlite/index.ts +++ b/src/@ionic-native/plugins/sqlite/index.ts @@ -23,6 +23,10 @@ export interface SQLiteDatabaseConfig { * iOS Database Location. Example: 'Library' */ iosDatabaseLocation?: string; + /** + * support arbitrary database location on android with https://github.com/litehelpers/cordova-sqlite-evcore-extbuild-free + */ + androidDatabaseLocation?: string; /** * support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext */