Skip to content

Commit

Permalink
Fixed the driver registration bug
Browse files Browse the repository at this point in the history
Fixed the bug that causes the driver not to be registered properly
  • Loading branch information
burakkoken authored Jul 7, 2021
1 parent 15e9cbd commit cdd946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package postgresql
import (
"errors"
"github.com/go-gdbc/gdbc"
_ "github.com/jackc/pgx/v4"
_ "github.com/jackc/pgx/v4/stdlib"
"strings"
)

Expand Down

0 comments on commit cdd946e

Please sign in to comment.