mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
doc: update pgx version in example (#3451)
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
This commit is contained in:
@@ -120,7 +120,7 @@ import (
|
||||
|
||||
"entgo.io/ent/dialect"
|
||||
entsql "entgo.io/ent/dialect/sql"
|
||||
_ "github.com/jackc/pgx/v4/stdlib"
|
||||
_ "github.com/jackc/pgx/v5/stdlib"
|
||||
)
|
||||
|
||||
// Open new connection
|
||||
|
||||
Reference in New Issue
Block a user