Skip to content

Commit

Permalink
Add Vertica driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
grzm committed Sep 4, 2019
1 parent 5ae9ed2 commit 6a3cea1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (
_ "github.com/denisenkom/go-mssqldb" // register the MS-SQL driver
_ "github.com/go-sql-driver/mysql" // register the MySQL driver
log "github.com/golang/glog"
_ "github.com/kshvakov/clickhouse" // register the ClickHouse driver
_ "github.com/lib/pq" // register the PostgreSQL driver
_ "github.com/kshvakov/clickhouse" // register the ClickHouse driver
_ "github.com/lib/pq" // register the PostgreSQL driver
_ "github.com/vertica/vertical-sql-go" // register the Vertica driver
)

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

0 comments on commit 6a3cea1

Please sign in to comment.