ViewParams interface

Values for a dynamic view's placeholders, keyed by placeholder name.

Signature:

export interface ViewParams 

Remarks

Values are typed as strings and rendered as quoted SQL constants, so a numeric placeholder arrives as a quoted number and relies on Postgres casting it. They are escaped on the way in, which is what makes it safe for one to carry a caller's input.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.