move to v4
All checks were successful
test / test (push) Successful in 2m59s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-03 23:58:19 +03:00
parent 1b68606bce
commit 22093451f3
8 changed files with 65 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/jackc/pgx/v4"
"github.com/jackc/pgx/v4/stdlib"
"github.com/jmoiron/sqlx"
wrapper "go.unistack.org/micro-wrapper-sql/v3"
wrapper "go.unistack.org/micro-wrapper-sql/v4"
)
func Connect(cfg *PostgresConfig) (*sqlx.DB, error) {