rethinkjava
rethinkjava copied to clipboard
How do you insert binary data?
It's unclear how to insert binary data using this driver. http://rethinkdb.com/api/javascript/binary/
I haven't updated the drive in a while to include support for the binary command. I can look into adding it into the current drivet, but Rethink is moving away from the protocol buffer driver's and towards JSON drivers.
If is possible I will add it in.
@dkhenry Daniel Mewes has added (experimental?) support for JSON protocol on his fork https://github.com/danielmewes/rethinkjava
There was discussion about this on https://github.com/rethinkdb/rethinkdb/issues/3930
so he did. Looks like I have some work to do here :-)