Skip to content

Commit cf0f25a

Browse files
committed
Add Vertica driver.
1 parent a8ee992 commit cf0f25a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sql.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
log "github.com/golang/glog"
1212
_ "github.com/kshvakov/clickhouse" // register the ClickHouse driver
1313
_ "github.com/lib/pq" // register the PostgreSQL driver
14+
_ "github.com/vertica/vertica-sql-go" // register the Vertica driver
1415
)
1516

1617
// OpenConnection extracts the driver name from the DSN (expected as the URI scheme), adjusts it where necessary (e.g.

0 commit comments

Comments
 (0)