ember-couchdb-kit icon indicating copy to clipboard operation
ember-couchdb-kit copied to clipboard

An Ember.js adapter for Apache CouchDB

Results 13 ember-couchdb-kit issues
Sort by recently updated
recently updated
newest added

In additional, we should consider switching to the `mocha` test framework instead

Needs Team Discussion
Good for Contributors

There are both expressions should be available: ``` options = 'key="%@"&include_docs=true'.fmt(type); issues = App.Issue.find({type: "view", designDoc: 'issues', viewName: "all_by_board", options: options}); ``` ``` options = {key: type, include_docs: true}; issues...

We're interested in using PouchDB to provide offline persistence in a way that will sync up to the server when the client comes online. At this early stage I think...