scouchdb
scouchdb copied to clipboard
CouchDB Driver and View Server in Scala
I can't find instructions on how to install this with sbt. Perhaps this is common knowledge, but I'm new to sbt! It would be nice to have an `installation` section...
Hi Debasish Firstly, I'd like to thank you for sharing scouchdb and sjson, they make working with Scala and CouchDB much easier! I'm trying to use scouchdb (cloned from github...
Hi Debasish First thanks for this wonderful scala project! I forked your project first and did some preliminary 2.8.0 port (learning great deal in the process:) now seeing you have...
The current one is too cumbersome to have everything with -DCDB_VIEW_CLASSPATH
Need to find out more
Need to find out more about pluggable authentication schemes
CouchDB now allows for the ability to develop custom behaviors via processes that communicate over stdin and stdout. Requests to CouchDB that are captured by the external process handler are...
Actions are a default included functionality that is made available by the new ExternalProcesses feature. _design/ docs can now specify an actions member that is an object of key/function pairs.