diff --git a/sql.go b/sql.go index c923302c..567bb665 100644 --- a/sql.go +++ b/sql.go @@ -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/vertica-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.