Skip to content

Commit

Permalink
feat(sqlite): support pre-filled databases (#1687)
Browse files Browse the repository at this point in the history
Support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext.
  • Loading branch information
kurtdevos authored and ihadeed committed Jun 14, 2017
1 parent 65c2665 commit b52371b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@ionic-native/plugins/sqlite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export interface SQLiteDatabaseConfig {
* iOS Database Location. Example: 'Library'
*/
iosDatabaseLocation?: string;
/**
* support opening pre-filled databases with https://github.com/litehelpers/cordova-sqlite-ext
*/
createFromLocation?: number;
}

/**
Expand Down

0 comments on commit b52371b

Please sign in to comment.