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
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/[email protected]
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.