init postgresql err (#3003)
This commit is contained in:
@@ -2,7 +2,8 @@ package postgres
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
// imports the driver, don't remove this comment, golint requires.
|
// 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"
|
"github.com/zeromicro/go-zero/core/stores/sqlx"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user