Versions:
v1.0.5
works withember 1.11.0
andember-data 1.0.0-beta.15
v1.0.3
works withember 1.8.1
andember-data 1.0.0-beta.15
v1.0.0
works withember 1.5.1
andember-data 1.0.0-beta.7
v0.9.0
works withember 1.0.0
andember-data 1.0.0-beta.3
v0.8.0
works withember 1.0.0
andember-data 1.0.0-beta.2
v0.7.0
works withember rc.6.1
andember-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/deleteRecord
functions; - ability to work with
views
; - document's attachements designed as
hasMany
relationship; - document's revisions designed as
belongsTo
andhasMany
relationships; - ability to work with
/_changes
feeds;
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.