mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
feat(sqlite): support pre-filled databases (#1687)
Support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext.
This commit is contained in:
parent
65c2665fc0
commit
b52371b174
@ -16,6 +16,10 @@ export interface SQLiteDatabaseConfig {
|
|||||||
* iOS Database Location. Example: 'Library'
|
* iOS Database Location. Example: 'Library'
|
||||||
*/
|
*/
|
||||||
iosDatabaseLocation?: string;
|
iosDatabaseLocation?: string;
|
||||||
|
/**
|
||||||
|
* support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext
|
||||||
|
*/
|
||||||
|
createFromLocation?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user