Skip to content

postgres

postgres(expr, opts?): SqlOutput

Defined in: packages/aipql/src/dialects/postgres.ts:65

Translates a checked AIP-160 filter expression into PostgreSQL SQL and bind parameters.

Uses numbered $N placeholders and enables case-insensitive string matching by default via ILIKE.

CheckedExpr

PostgresOptions

SqlOutput