PostgresOptions
PostgresOptions =
BaseOptions&object
Defined in: packages/aipql/src/types.ts:59
Type Declaration
Section titled “Type Declaration”functions?
Section titled “functions?”
optionalfunctions?:Record<string,SqlFunctionHandler>
Custom function handlers keyed by overload ID or function name. Merged over the stdlib — use to override or extend.