{"repo":"mailru/go-clickhouse","free":true,"listed":false,"github":"https://github.com/mailru/go-clickhouse","clone":"git clone https://github.com/mailru/go-clickhouse.git","description":"Golang SQL database driver for Yandex ClickHouse","language":"Go","stars":435,"topics":["clickhouse","go","database"],"license":"MIT","category":"databases-storage","readme_excerpt":"ClickHouse Yet another Golang SQL database driver for Yandex ClickHouse Key features Uses official http interface Compatibility with database/sql Compatibility with dbr, chproxy, clickhouse-bulk For native interface check out clickhouse-go DSN parameters timeout - is the maximum amount of time a dial will wait for a connect to complete idle timeout - is the maximum amount of time an idle (keep-alive) connection will remain idle before closing itself. read timeout - specifies the amount of time to wait for a server's response location - timezone to parse Date and DateTime debug - enables debug logging kill query - enables killing query on the server side if we have error from transport kill query timeout - timeout to kill query (default value is 1 second) other clickhouse options can be specified as well (except default format) example: Supported data types UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64 Float32, Float64 Decimal(P, S), Decimal32(S), Decimal64(S), Decimal128(S) String FixedString(N) Date DateTime Enum LowCardinality(T) Array(T) (one-dimensional)) Nested(Name1 Type1, Name2 Type2, ...) IPv4, IPv6 Tuple SimpleAggregateFunction Map(K, V) Notes: database/sql does not allow to use big uint64 values. It is recommended use type UInt64 which is provided by driver for such kind of values. type []byte are used as raw string (without quoting) for passing value of type []uint8 to driver as array - please use the wrapper clickhouse.Array for passing decimal value pl","default_branch":null,"files":null,"tree":[],"storefront":"/r/mailru","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/mailru/go-clickhouse/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}