Couchdb

ANyone with experience using couchdb for local datastorage with either dhtmlxconnector or the touch data connectors?

There is no native integration
You can use any custom script on server side instead of connectors - client side sends all related info to server side, where it can be processed in any necessary way.

Also, you can ignore dataprocessor as well, all components has events for CRUD operations, so you can assign a custom code to such events and call necessary server side URI to update the data in DB

Thanks for your response, Stanislav. I’ll work with it and pass on any tips…