feat(sqlite):add androidDatabaseLocation Support (#3564)

* Update index.ts

* Update index.ts

Fix aterisk alignment to pass test
This commit is contained in:
Olyster
2021-04-05 17:34:28 -04:00
committed by GitHub
parent 31ee7efc22
commit bbb96ed765
@@ -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
*/