I have a thought regarding using Sails.js and Couchbase Lite(CouchDB) on same Cordova(PhoneGap) project and device.
I think, a Sails application is dependent with a Node.js that provides to reach a database. If I try to reach a mobile database like Couchbase Lite then what should I do? (Sails application and Couchbase Lite database will be on same mobile device)