HarperDB SDK for Go This is the Go SDK for HarperDB. Requirements = Go 1.18 Installation go get github.com/HarperDB-Add-Ons/sdk-go Quickstart client := harperdb.NewClient("http://localhost:9925", "HDB_ADMIN", "password") client.CreateSchema("dog")