Changes between Version 17 and Version 18 of BluePrint/Mobile/P2PSync
- Timestamp:
- 05/31/17 09:25:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile/P2PSync
v17 v18 122 122 === Workflows === 123 123 124 ==== 1. Peering between twomobile devices ====124 ==== 1. Peering between mobile devices ==== 125 125 126 126 ===== 1.1. Peering without stored peer identities ===== … … 206 206 * Delete documents that were received from peers and have been confirmed by the server. 207 207 208 This option has no extra dependencies. 209 208 210 ==== 2. Synchronize database records ==== 209 211 … … 212 214 213 215 This option requires the app's database to be ported from [https://github.com/nolanlawson/cordova-plugin-sqlite-2 Cordova SQLite] to [https://pouchdb.com/ PouchDB], which [https://pouchdb.com/adapters.html wraps] Cordova SQLite. [https://github.com/pouchdb-community/pouchdb-replication-stream PouchDB Replication Stream] extracts changes from the database to be synced via Bramble. 216 217 Alternatively, the component can provide a separate PouchDB database for records that need to be synced. 214 218 215 219 This option has the following extra dependencies: