Varun Vasan V
Results
1
issues of
Varun Vasan V
```go db := clickhouse.OpenDB(&clickhouse.Options{ Addr: []string{hostHTTP}, Auth: clickhouse.Auth{ Username: username, Password: password, }, Protocol: clickhouse.HTTP, TLS: &tls.Config{}, }) var profileInfo *clickhouse.ProfileInfo ctx := clickhouse.Context( context.Background(), clickhouse.WithProfileInfo(func(pi *clickhouse.ProfileInfo) { if pi...
enhancement