(
srcConfig: PgOptions,
schema: string | string[] | undefined,
poolOptions: Omit<
PoolOptions<PgDriver>,
'openConnection' | 'closeConnection' | 'isConnectionLimitError'
>,
handlers: EventHandlers,
onError: (err: Error) => void,
acquireLockTimeoutMilliseconds: number,
)
source not stored for this graph (policy: none)
no test coverage detected