You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrator requires a *pgx.Conn. Call Acquire on your *pgxpool.Pool and call Conn() on the response to get a *pgx.Conn. Pass that to NewMigrator. When you're done call Release on the connection you acquired from the pool.
Hi,
Can someone please add an example how to use
Migrator
withpgxpool
to the migrate libraryThanks
The text was updated successfully, but these errors were encountered: