rethinkdb-java
rethinkdb-java copied to clipboard
Official RethinkDB Java client
Implement [ReGrid File Storage](https://github.com/bchavez/RethinkDb.Driver/wiki/ReGrid-File-Storage) from RethinkDB C# Driver 
By tinkering with the Python scripts to add an extra field, which may exists but I don't seem to find, which is the original, snake-case name, the following can be...
### This issue is a continuation of https://github.com/rethinkdb/rethinkdb/issues/5184 From the original issue: > Currently we just have a two argument chainable method for optargs: > > ```java > between(3, 100).optArg("left_bound",...
### This issue is a continuation of https://github.com/rethinkdb/rethinkdb/issues/5005 and https://github.com/rethinkdb/rethinkdb/issues/5006 Apparently some drivers may or may not expose the Profile and Backtrace. According to the original issue 5005: > The...