We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ee992 commit cf0f25aCopy full SHA for cf0f25a
1 file changed
sql.go
@@ -11,6 +11,7 @@ import (
11
log "github.com/golang/glog"
12
_ "github.com/kshvakov/clickhouse" // register the ClickHouse driver
13
_ "github.com/lib/pq" // register the PostgreSQL driver
14
+ _ "github.com/vertica/vertica-sql-go" // register the Vertica driver
15
)
16
17
// OpenConnection extracts the driver name from the DSN (expected as the URI scheme), adjusts it where necessary (e.g.
0 commit comments