Schmidt
Schmidt
I am not very happy with the current API because there are three ways to configure the adapter: 1. in `BackbonePouch.sync(options)` 2. in the model: `pouch: options` 3. during fetch:...
Having a db per user/event/project approach is currently not supported very well.
The number of parallel XHR requests is limited in the browser. Having one global changes feed and a dispatcher can solve this issue.
Aid the process of updating aggregated views via changes feed.
Math.uuid was removed after PouchDB update, and renamed into PouchDB.utils.uuid.
move it here: http://docs.couchdb.org/en/stable/best-practices/index.html
How to do it with skip and without. Also see http://docs.couchdb.org/en/latest/couchapp/views/pagination.html
to isolate view rebuilds.
Should be off by default: ``` ini [couchdb] delayed_commits = false; ```