Registry / database / driver-clickhouse

driver-clickhouse

JSON →
library0.7.0gogounverified

A GORM database driver for ClickHouse, enabling ORM operations on ClickHouse databases.

go get gorm.io/driver/clickhouse
INSTALL
IMPORT
SIG · DRIVER-CLICKHOUSE
D
driver-clickhouse
databasegov0.7.0
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
gorm.io/driver/clickhouse

Opening a GORM connection to ClickHouse.

package main import ( "gorm.io/driver/clickhouse" "gorm.io/gorm" ) func main() { db, err := gorm.Open(clickhouse.Open("dsn"), &gorm.Config{}) _ = db }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
driver-clickhouse — go get driver-clickhouse · libregistry