Skip to content

Commit

Permalink
feat(sqlite):add androidDatabaseLocation Support (#3564)
Browse files Browse the repository at this point in the history
* Update index.ts

* Update index.ts

Fix aterisk alignment to pass test
  • Loading branch information
Olyster authored Apr 5, 2021
1 parent 31ee7ef commit bbb96ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@ionic-native/plugins/sqlite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit bbb96ed

Please sign in to comment.