init postgresql err (#3003)

master
iyyzh 2 years ago committed by GitHub
parent f8b2dc8c9f
commit 3c9fe0b381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,8 @@ package postgres
import (
// imports the driver, don't remove this comment, golint requires.
_ "github.com/jackc/pgx/v5"
_ "github.com/jackc/pgx/v5/stdlib"
"github.com/zeromicro/go-zero/core/stores/sqlx"
)

Loading…
Cancel
Save