Skip to content

mysql

mysql(expr, opts?): SqlOutput

Defined in: packages/aipql/src/dialects/mysql.ts:62

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

Uses ? placeholders and the built-in MySQL dialect helpers. Custom function handlers can be provided with opts.functions.

CheckedExpr

MysqlOptions

SqlOutput