backbone-pouch icon indicating copy to clipboard operation
backbone-pouch copied to clipboard

Backbone PouchDB Adapter

Results 10 backbone-pouch issues
Sort by recently updated
recently updated
newest added

How can I persist/query/update multiple collections in my pouchdb-backbone app? Suppose I want to extend the Todos app so that it can manage multiple Todo lists (each one of them...

Hello. I replaced the file pouchdb.js by the newest version (5) in the example todos-sync. If I add a new todo item to my remote database the todo collection is...

Hey there, Im trying to create a model like this: > var MyModel = Backbone.Model.extend({ > idAttribute: '_id', > sync: BackbonePouch.sync({ > db: new PouchDB('mydb') > }) > > defaults:{...

**PouchDb** itself is available on **Bower**, and it would be nice to have **backbone-pouch** added too. This way a **Bower** based workflow is not broken by adding this dependency. ;)

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:...

enhancement

Having a db per user/event/project approach is currently not supported very well.

enhancement

The number of parallel XHR requests is limited in the browser. Having one global changes feed and a dispatcher can solve this issue.

enhancement

Aid the process of updating aggregated views via changes feed.

enhancement

Hey. Thanks for backbone-pouch, everything is very smooth so far :) I'm porting an application that saves the models on a remote server via Backbone's XHR to PouchDB and backbone-pouchdb....

Math.uuid was removed after PouchDB update, and renamed into PouchDB.utils.uuid.

bug