Build a Go App with CockroachDB Before you begin Step 1. Install the Go pq driver Step 2. Create the maxroach user and bank database Step 3. Generate a certificate for the maxro...
Write plugins in Go Developing Go plugins Overview Configuration Struct The New() constructor The main() function Phase handlers Version and priority Example configurati...
Go Go To begin with, you have to prepare a QueryRequest , and you can retrieve data from GreptimeDB via: SQL PromQL (TODO) RangePromQL go func Query () { // Query ...
Go 安装 SDK 创建数据库对象 写入数据 读取数据 Go 安装 SDK sh go get github . com / GreptimeTeam / greptimedb - client - go 创建数据库对象 go package example import ( greptime "g...