On 11/29/2014 02:42 PM, Alexander Shorin wrote: > Because for now the most simple and secure way to allow custom users > view is to let users replicate your database to their CouchDB instance > where they can do anything whatever they need.
Here's an idea building off of Alexander's recommendation: use CouchDB for whatever you need on the server side, and when a user needs to run a custom query, run that query on a client-side copy of the data in PouchDB. This wouldn't work with very large data sets, but would work on smaller data sets. Tim
