Changes between Version 16 and Version 17 of BluePrint/Mobile/P2PSync


Ignore:
Timestamp:
05/31/17 09:21:43 (8 years ago)
Author:
MichaelRogers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile/P2PSync

    v16 v17  
    211211* Choose records from the app's database to be synchronized.
    212212
    213 This option requires the app's database to be ported from the [https://github.com/nolanlawson/cordova-plugin-sqlite-2 Cordova SQLite plugin] to [https://pouchdb.com/ PouchDB], which [https://pouchdb.com/adapters.html wraps] the SQLite plugin. The [https://github.com/pouchdb-community/pouchdb-replication-stream PouchDB Replication Stream] module extracts changes from the database to be synced via Bramble.
     213This 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.
    214214
    215215This option has the following extra dependencies:
     
    240240* [https://code.briarproject.org/akwizgran/briar-spec/blob/master/protocols/BTP.md BTP]
    241241* [https://code.briarproject.org/akwizgran/briar-spec/blob/master/protocols/BSP.md BSP]
    242 * [https://github.com/nolanlawson/cordova-plugin-sqlite-2 Cordova SQLite Plugin]
     242* [https://github.com/nolanlawson/cordova-plugin-sqlite-2 Cordova SQLite]
    243243* [https://pouchdb.com/ PouchDB]
    244244* [https://pouchdb.com/adapters.html PouchDB: Adapters]