MCPcopy Create free account
hub / github.com/ForbesLindesay/atdatabases / getConnectionPoolOptions

Function getConnectionPoolOptions

packages/pg/src/ConnectionPool.ts:29–110  ·  view source on GitHub ↗
(
  srcConfig: PgOptions,
  schema: string | string[] | undefined,
  poolOptions: Omit<
    PoolOptions<PgDriver>,
    'openConnection' | 'closeConnection' | 'isConnectionLimitError'
  >,
  handlers: EventHandlers,
  onError: (err: Error) => void,
  acquireLockTimeoutMilliseconds: number,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

constructorMethod · 0.70

Calls 10

getTypeResolverFunction · 0.90
escapePostgresIdentifierFunction · 0.90
createConnectionSourceFunction · 0.85
definePreconditionFunction · 0.85
prepareOverridesMethod · 0.80
joinMethod · 0.80
queryMethod · 0.65
disposeMethod · 0.65
onErrorFunction · 0.50
onAddingToPoolMethod · 0.45

Tested by

no test coverage detected