Skip to content

sqlite

sqlite(expr, opts?): SqlOutput

Defined in: packages/aipql/src/dialects/sqlite.ts:63

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

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

CheckedExpr

SqliteOptions

SqlOutput