kclay / rethink-scala

Scala Driver for RethinkDB
Other
100 stars 24 forks source link

Plans to support RethinkDB 2.0? Glad to help #44

Open apobbati opened 9 years ago

apobbati commented 9 years ago

Hi,

We are planning to use RethinkDB for our application and with Scala as our language, this driver is our primary choice. As we've started to use the driver however, some wire incompatibilities as well as API inconsistencies have cropped up (type safety is also a concern).

Let me know if you have a roadmap or plan to get this to support RethinkDB 2.0

Thanks.

kclay commented 9 years ago

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 problems are you having with 2.0. I've been developing against it for some time (2.0.2). Full support isn't there (missing new terms). I'm going to be doing a review of all the apis and make sure those are merged in the coming week(s).

As for type safety, I do know that group/ungroup and pluck have some problems right now i trying to keep typesafety. But what other concerns do you have? Some cases are covered here https://github.com/kclay/rethink-scala/wiki/Type-Safety.

If you have any immediate concerns don't hesitate to bring them up.