> - have anonymous writes to the database, from the browser (can couchDB > validate content before storing it?)
Certainly, check out: http://guide.couchdb.org/draft/validation.html > - anonymous reads of only specific views, is there a way to limit > reads of only specific views? Perhaps through Apache R-Proxying? Nope. That's what I was referring to earlier: a user gets all-or-nothing access to a database, including views. I'd need to hear more about what you're trying to build, though, to give you better advice on how to work around these limitations. Cheers, Zach
