Return the Expression AST as a plain JS object.
Add a CROSS JOIN.
Enable DISTINCT.
Add FOR UPDATE locking.
Free the underlying WASM handle.
Set the LIMIT.
Set the OFFSET.
Add columns to the SELECT list. Accepts Expr, strings (→ col), or '*'.
Generate SQL string. Defaults to generic dialect.
Set the WHERE clause. Accepts an Expr or a raw SQL string.
Fluent builder for SELECT queries.
Example