Versions:
v1.0.5works withember 1.11.0andember-data 1.0.0-beta.15v1.0.3works withember 1.8.1andember-data 1.0.0-beta.15v1.0.0works withember 1.5.1andember-data 1.0.0-beta.7v0.9.0works withember 1.0.0andember-data 1.0.0-beta.3v0.8.0works withember 1.0.0andember-data 1.0.0-beta.2v0.7.0works withember rc.6.1andember-data 0.13
An ember-data kit for Apache CouchDB. A collection of adapters to work
with CouchDB documents, attachments, revisions, changes feed.
We love a CouchDB and its RESTful and many other core things such as MVCC, attachments and /_changes. These all brings your data and application flow together as well.
Inspired by pangratz/ember-couchdb-adapter and contains many fixes and newbie features.
There are some of these:
- natural
find/create/deleteRecordfunctions; - ability to work with
views; - document's attachements designed as
hasManyrelationship; - document's revisions designed as
belongsToandhasManyrelationships; - ability to work with
/_changesfeeds;
Check the usage example in /example directory.
An ember-couchdb-kit ships with compiled assets which is placed in dist directory.
bower install ember-couchdb-kit
See CONTRIBUTING.md
ember-couchdb-kit source code is released under MIT-License.
Check MIT-LICENSE for more details.