Registry / database / kshvakov-clickhouse

kshvakov-clickhouse

JSON →
library1.5.4gogounverified

Package clickhouse provides a Go client for the ClickHouse column-oriented database.

go get github.com/kshvakov/clickhouse
INSTALL
IMPORT
SIG · KSHVAKOV-CLICKHOUS
K
kshvakov-clickhouse
databasegov1.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

clickhouse
github.com/kshvakov/clickhouse

Basic usage of the clickhouse package.

package main import ( "fmt" "github.com/kshvakov/clickhouse" ) func main() { conn, err := clickhouse.OpenDirect("tcp://127.0.0.1:9000", nil) if err != nil { fmt.Println(err) } fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
kshvakov-clickhouse — go get kshvakov-clickhouse · libregistry