clickhouse-go
Database client
A Golang driver for the ClickHouse database system
Golang driver for ClickHouse
3k stars
57 watching
562 forks
Language: Go
last commit: 10 days ago
Linked from 1 awesome list
analytics-databaseclickhousedatabasegolanggolang-driversql
Related projects:
Repository | Description | Stars |
---|---|---|
clickhouse/ch-go | A low-level TCP client and protocol implementation for interacting with a columnar OLAP database management system | 325 |
vahid-sohrabloo/chconn | A low-level Go driver for ClickHouse database | 151 |
uptrace/go-clickhouse | A Go client library for ClickHouse, enabling efficient interaction with the column-oriented database. | 260 |
mailru/go-clickhouse | A Go library providing a driver for interacting with Yandex ClickHouse databases. | 423 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,546 |
data-dog/go-sqlmock | A tool to simulate SQL driver behavior in Go tests without needing a real database connection. | 6,153 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,494 |
quackscience/duckdb-extension-clickhouse-sql | An extension for DuckDB that enables support for ClickHouse SQL dialect macros and custom functions. | 40 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
clickhouse/clickhouse | A real-time analytics DBMS with support for distributed query processing and high-performance data analysis. | 37,649 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,359 |
contentsquare/chproxy | An HTTP proxy and load balancer for ClickHouse databases | 1,288 |
mattn/go-sqlite3 | A SQLite driver for Go that allows developers to interact with SQLite databases using the standard database/sql interface. | 8,018 |
uptrace/bun | An ORM for Go that supports multiple databases and provides an easy-to-use API for writing complex queries | 3,792 |
clickhouse/clickhouse-cpp | A C++ client library for interacting with a distributed relational database system | 305 |