Compare commits

...

3 Commits

Author SHA1 Message Date
namhq1989 9b0fbe90c5 change driver name 2023-02-03 20:22:18 +07:00
namhq1989 ba5c955163 add apmsql pgxv4 2023-02-03 20:21:16 +07:00
namhq1989 61dc703927 change driver name 2023-02-03 20:17:40 +07:00
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
_ "github.com/jackc/pgx/v4/stdlib"
"github.com/volatiletech/sqlboiler/v4/boil"
"go.elastic.co/apm/module/apmsql/v2"
_ "go.elastic.co/apm/module/apmsql/v2/pgxv4"
)
type Config struct {