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
fix: use Queryable interface instead of Pool for pgsql-test compatibility
- ModuleConfigLoader accepts any object with query() method
- Works with both pg.Pool (production) and PgTestClient (testing)
- Fix seed adapters to use ctx.pg instead of ctx.pool
- Make pg an optional peer dependency
0 commit comments