You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: