Skip to content

Commit

Permalink
Move from lib/pq to jackc/pgx (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 15, 2020
1 parent 0a5fa5e commit fd6bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translators/cockroach_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type cockroachSchema struct {

func (p *cockroachSchema) Build() error {
var err error
db, err := sql.Open("postgres", p.URL)
db, err := sql.Open("pgx", p.URL)
if err != nil {
return err
}
Expand Down

0 comments on commit fd6bc98

Please sign in to comment.