Search code examples
extjscouchdbextjs4storecrud

How to setup EXTJS4 store for CRUD Couch DB?


How to calibrate Extjs 4 store for simple CRUD from/to couchDb?


Solution

  • There is a demo project that was put together for our last Austin Sencha meetup that shows connecting Ext 4 to both Couch and MongoDB:

    https://github.com/coreybutler/JSAppStack

    Specifically this class will probably help you get started.