rwilliams / sencha-couchdb-touch

CouchDB CRUD support of Sencha Touch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SenchaCouchDBTouch

SenchaCouchDBTouch is a small library for Sencha Touch for performing CRUD operations and writing nested data sets to a CouchDB compatible database.

CouchDB Compatible databases(that i know of):

  • CouchDB (duh)
  • Cloudant
  • PouchDB (using pouchdb-server)
  • Couchbase Lite

NOTE: SenchaCouchDBTouch has been tested with Sencha Touch 2.3.1

Running The Specs

Instructions coming soon... I use pouchdb and pouchdb-server on node.js

Acknowledgements

License

Need to figure this out, it's probably going to be GPL'd if you're using GPL version of Sench Touch otherwise MIT or Apache except for the code taken directly from the Sencha sources

TODO

Add more exhaustive test suite.

Seperate nested data code and CouchDB specific code so this can be applied to MongoDB etc.

About

CouchDB CRUD support of Sencha Touch


Languages

Language:JavaScript 99.9%Language:CSS 0.1%