This interface is the subset of pg driver's Client class that is returned by the Pool class, and that kysely needs.
Client
Pool
We don't use the type from pg here to not have a dependency to it.
pg
https://node-postgres.com/apis/pool#releasing-clients
Optional
This interface is the subset of pg driver's
Clientclass that is returned by thePoolclass, and that kysely needs.We don't use the type from
pghere to not have a dependency to it.https://node-postgres.com/apis/pool#releasing-clients