Update README.md

This commit is contained in:
2022-12-07 10:20:56 +03:00
committed by GitHub
parent aee9d5eb6a
commit 9ea887afd8

View File

@@ -13,6 +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"
)
func Connect(cfg *PostgresConfig) (*sqlx.DB, error) {