Hey All,
I have started exploring GridDB & wanted to hook it up with a small Golang project I am working on. Installation went fine & GridDB seems to be running okay but I am kind of stuck when it comes to actually connecting it with my Go code. I have looked through the docs but they feel a bit sparse for Go specifically.
Is there any simple example or walkthrough out there that shows how to make a basic connection and maybe do a few insert/read operations using Go? I have heard about needing C client bindings but I was hoping there’s an easier way to get started.
I appreciate if someone point me in right direction or share how they tackled it.
Thank you.