kclay
kclay
Support for 2.0 new connection changes https://github.com/rethinkdb/rethinkdb/issues/3296
``` scala (v:Hero) => hero.foo + 10 / 50 + hero.bar // translates to (v:Var)=> v("foo").+(10)./(50).+(v("bar")) ``` This should be possible with http://www.scala-lang.org/files/archive/nightly/docs/library/index.html#scala.reflect.api.Trees$Transformer
Rethinkdb allows us to have different response return back from the .group method depending on what is passed. ``` scala val json = """[ | {"id": 2, "player": "Bob", "points":...