pranadb
pranadb copied to clipboard
Golang client
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
Could be based on https://github.com/cashapp/pranadb/blob/main/client/client.go
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