Update README.md
This commit is contained in:
parent
aee9d5eb6a
commit
9ea887afd8
@ -13,6 +13,7 @@ import (
|
|||||||
"github.com/jackc/pgx/v4"
|
"github.com/jackc/pgx/v4"
|
||||||
"github.com/jackc/pgx/v4/stdlib"
|
"github.com/jackc/pgx/v4/stdlib"
|
||||||
"github.com/jmoiron/sqlx"
|
"github.com/jmoiron/sqlx"
|
||||||
|
wrapper "go.unistack.org/micro-wrapper-sql/v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Connect(cfg *PostgresConfig) (*sqlx.DB, error) {
|
func Connect(cfg *PostgresConfig) (*sqlx.DB, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user