Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 500 Bytes

DQL Golang SDK

DQL Go SDK

GoDoc MIT License

Install

  • Go 1.18+
go get github.com/GuanceCloud/dql-go

Usage

import _ "github.com/GuanceCloud/dql-go"

Examples

See simple examples under examples directory or find examples in query_test.go.