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