Skip to content

Instantly share code, notes, and snippets.

@devinrhode2
Last active August 29, 2015 14:14
Show Gist options
  • Save devinrhode2/652c728bef6039e83041 to your computer and use it in GitHub Desktop.
Save devinrhode2/652c728bef6039e83041 to your computer and use it in GitHub Desktop.
Some differences between taras/Ember-PouchDB and nolanlawson/ember-pouch

I figured I would just write this gist in case anybody searches is.

taras/Ember-PouchDB has a more unique api, but I think it passes the ember-data test suite..

nolanlawson/ember-pouch simply makes the ember-data api work with pouch through relational-pouch.

Which one is better? I'm really not sure, but with nolanlawson/ember-pouch, nolan has made the regular ember-data api work with pouch in a pretty clean way. All you do is setup the adapter.

Please comment with more info as I haven't gotten to try out both plugins, I don't know jack lanterns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment