There was an error while loading. Please reload this page.
1 parent 8478f9d commit 35ad89bCopy full SHA for 35ad89b
README.md
@@ -1,3 +1,5 @@
1
+[](https://pkg.go.dev/github.com/questdb/go-questdb-client)
2
+
3
# go-questdb-client
4
5
Golang client for QuestDB's Influx Line Protocol over TCP.
@@ -8,6 +10,8 @@ Features:
8
10
* Supports TLS encryption and [ILP authentication](https://questdb.io/docs/reference/api/ilp/authenticate).
9
11
* Tested against QuestDB 6.4 and newer versions.
12
13
+Documentation is available [here](https://pkg.go.dev/github.com/questdb/go-questdb-client).
14
15
## Usage
16
17
```go
0 commit comments