Versions in this module Expand all Collapse all v1 v1.1.0 Aug 14, 2018 Changes in this version type Config + UseDBLocation bool v1.0.0 Mar 27, 2018 Changes in this version + var ErrMalformed = errors.New("clickhouse: response is malformed") + var ErrNameParams = errors.New("clickhouse: driver does not support the use of Named Parameters") + var ErrNoLastInsertID = errors.New("no LastInsertId available") + var ErrNoRowsAffected = errors.New("no RowsAffected available") + var ErrPlaceholderCount = errors.New("clickhouse: wrong placeholder count") + func Array(v interface{}) driver.Valuer + func Date(t time.Time) driver.Valuer + func UInt64(u uint64) driver.Valuer + type Config struct + Database string + Debug bool + Host string + IdleTimeout time.Duration + Location *time.Location + Params map[string]string + Password string + ReadTimeout time.Duration + Scheme string + Timeout time.Duration + User string + WriteTimeout time.Duration + func NewConfig() *Config + func ParseDSN(dsn string) (*Config, error) + func (cfg *Config) FormatDSN() string + type Error struct + Code int + Message string + func (e *Error) Error() string