Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 418 Bytes

Harper SDK for Go

PkgGoDev

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")