We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae9ed2 commit 4cbf754Copy full SHA for 4cbf754
sql.go
@@ -9,8 +9,9 @@ import (
9
_ "github.com/denisenkom/go-mssqldb" // register the MS-SQL driver
10
_ "github.com/go-sql-driver/mysql" // register the MySQL driver
11
log "github.com/golang/glog"
12
- _ "github.com/kshvakov/clickhouse" // register the ClickHouse driver
13
- _ "github.com/lib/pq" // register the PostgreSQL driver
+ _ "github.com/kshvakov/clickhouse" // register the ClickHouse driver
+ _ "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