rethinkjava icon indicating copy to clipboard operation
rethinkjava copied to clipboard

How do you insert binary data?

Open hubsmoke opened this issue 9 years ago • 3 comments

It's unclear how to insert binary data using this driver. http://rethinkdb.com/api/javascript/binary/

hubsmoke avatar Apr 16 '15 23:04 hubsmoke

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 avatar Apr 17 '15 13:04 dkhenry

@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

janih avatar Apr 17 '15 13:04 janih

so he did. Looks like I have some work to do here :-)

dkhenry avatar Apr 17 '15 14:04 dkhenry