haskell-rethinkdb icon indicating copy to clipboard operation
haskell-rethinkdb copied to clipboard

Support for RethinkDB 1.0 handshake protocol

Open tuolsleng opened this issue 8 years ago • 0 comments

RethinkDB 2.3.5+ databases use a new handshake protocol that allows to connect using another username than "admin". That impacts the connect function (which currently only has a Maybe String parameter for the password only). I had a look at the official ruby API implementation and, sadly, I lack both time and knowledge to patch the package to support the RFC 5802 handshake :(

tuolsleng avatar Sep 05 '17 12:09 tuolsleng