pranadb icon indicating copy to clipboard operation
pranadb copied to clipboard

Golang client

Open purplefox opened this issue 2 years ago • 2 comments

We should create a simple Golang client which wraps the complexity of how the gRPC API is used:

  • Creating a session
  • Heartbeating the session
  • Dealing with broken connections
  • Closing the session

purplefox avatar May 04 '22 18:05 purplefox

Could be based on https://github.com/cashapp/pranadb/blob/main/client/client.go

purplefox avatar May 07 '22 09:05 purplefox

Could you please provide some more information as to what is expected from the Golang client and the functionalities listed above? I'm interested to take on this issue

mohsalsaleem avatar Sep 03 '22 21:09 mohsalsaleem