Minimal interface satisfied by pg.Client and pg-mem adapters.
pg.Client
When config.client is provided, the Store uses it directly (no new() call). When absent, the Store creates its own pg.Client from connectionString / mtls / ssl config.
config.client
connectionString
mtls
ssl
Optional
Minimal interface satisfied by
pg.Clientand pg-mem adapters.When
config.clientis provided, the Store uses it directly (no new() call). When absent, the Store creates its ownpg.ClientfromconnectionString/mtls/sslconfig.