mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +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'
|
* 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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user