ember-couchdb-kit
ember-couchdb-kit copied to clipboard
An Ember.js adapter for Apache CouchDB
In additional, we should consider switching to the `mocha` test framework instead
in general: http://take.ms/O40n6y
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...
PouchDB
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...