Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.68 KB

Overview

Attention: The code in this repository is intended for experimental use only and is not fully tested, documented, or supported by SingleStore. Visit the SingleStore Forums to ask questions about this repository.

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