Query your database like a Pro
{{ params }}
Example: SELECT * FROM t LIMIT {{ limit }}
The internal Jinja engine handles parameter substitution automatically. No need to escape parameters - WHERE name = {{ name }}
works correctly for string values.
{{ params }}
{{ params }}
where required and set the publish
property
params
property and define parameter name, type and default value.