couchdb-scala
couchdb-scala copied to clipboard
A purely functional Scala client for CouchDB
Unfortunately, it looks like your tests are quite tightly bound to wording in old versions of couchdb though, so while it was trivial to fix this, running the tests against...
I don't see a stated couchdb version supported for this library so I'm not sure if I'm simply using a version for which this library wasn't designed, but I just...
While perusing the upickle documentation I noticed that in one of the patch notes later than the version you're currently using, the phrase "~ 3x faster" appears: http://www.lihaoyi.com/upickle/#VersionHistory You can...
I will start to use of couchDB with Scala then let me know if you won' t give support to this library anymore.
Hi, team! I'm having trouble updating my case classes once I already have data stores in the database. Is there a way to accomplish this? For example, I have the...
Is it possible to publish a Scala 2.12 version? I'm trying to upgrade a Play application to Scala 2.12 and this dependency is holding me back.
CouchException.toString prints ``` CouchException: (MyFile.scala:45) ``` But if I catch it and wrap it like ``` case couchException: CouchException[_] => new RuntimeException(s"CouchException with message:\n${couchException.content}", couchException) ``` The result will be:...