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

View File

@ -23,6 +23,10 @@ export interface SQLiteDatabaseConfig {
* iOS Database Location. Example: 'Library' * iOS Database Location. Example: 'Library'
*/ */
iosDatabaseLocation?: string; 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 * support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext
*/ */