$ open source · GPL-3.0 — need a commercial license? imqueue.com →

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.