mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
feat(sqlite):add androidDatabaseLocation Support (#3564)
* Update index.ts * Update index.ts Fix aterisk alignment to pass test
This commit is contained in:
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user