mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-24 11:50:17 +08:00
fix(sqlite): add optional key parameter to SQLiteDatabaseConfig to support sqlcipher-adapter (#1917)
This commit is contained in:
parent
0dd507ff03
commit
0c097ba2be
@ -20,6 +20,10 @@ export interface SQLiteDatabaseConfig {
|
|||||||
* 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
|
||||||
*/
|
*/
|
||||||
createFromLocation?: number;
|
createFromLocation?: number;
|
||||||
|
/**
|
||||||
|
* support encrypted databases with https://github.com/litehelpers/Cordova-sqlcipher-adapter
|
||||||
|
*/
|
||||||
|
key?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user