Skip to content

singlestore-labs/singlestore-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages