Skip to content

PostgresOptions

PostgresOptions = BaseOptions & object

Defined in: packages/aipql/src/types.ts:59

optional functions?: Record<string, SqlFunctionHandler>

Custom function handlers keyed by overload ID or function name. Merged over the stdlib — use to override or extend.