kclay

Results 20 comments of kclay

@gmethvin Do you mean making it so that generating the json and sending the actual query ( making connection to db) to be pluggable? If that's the case it's already...

@gmethvin , I'll work on breaking up the backed a bit more, most of it is already interchangeable . The only part that isn't a clear cut is how Sequences/Streams...

In some cases rethinkdb will chunk up your results. Lets say you have a table with 1k rows but each row is say 5kb. Then rethinkdb would return all 1k...

@gmethvin can you provide a test case for this, I'm having a hard time getting this to reproduce. I know the bug is there but can't create a case to...

First off thanks for using my driver, started off as just a project to learn more about scala, didn't think people would start to use it in production code. What...

This is a massive undertaking still not sure how I'm going to do it. I may end up just making a module that allows for something like Slick lifted support,

Now thats a nice find, wonder how it plays with something like ``` scala object Person{ def foo:String } case class Person(name:String,age:Int) extends Document ```

Sounds nice, maybe we can have something like ``` scala trait Lifted[T Binary) seq.filter(_.name > 10 ) ``` And have the Lifted class created via implicit macro? My only concern...

@epiphone any chance of getting the linked PR merged in? Running into this issue as well