The slice of a pg pool this engine calls, declared structurally so nothing here imports the
driver's types. A real pg.Pool satisfies it, and so does any caller-built implementation
handed in as PostgresStoreOptions.pool — see that option for what a replacement pool
must provide (BigInt numeric parsing, and schema resolution when schemaName is used).
The slice of a
pgpool this engine calls, declared structurally so nothing here imports the driver's types. A realpg.Poolsatisfies it, and so does any caller-built implementation handed in as PostgresStoreOptions.pool — see that option for what a replacement pool must provide (BigInt numeric parsing, and schema resolution whenschemaNameis used).