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