/singlestore-go

Primary LanguageShellApache License 2.0Apache-2.0

Overview

singlestore-go is a collection of SingleStore Golang SDKs.

Management API

Go Reference

management is a Golang SDK for SingleStore Management API.

The SDK may be fetched either as the latest version or as a fixed version.

# latest
go get github.com/singlestore-labs/singlestore-go/management

# fixed
go get github.com/singlestore-labs/singlestore-go/management@v0.1.1

To import the SDK add the following line to your *.go file.

import "github.com/singlestore-labs/singlestore-go/management"

Here is a sample project that imports the SDK.

Here is Golang SDK documentation for the package.

Resources