h-sphere_sql-seal/docs/using-properties.md
2025-01-28 11:15:01 +00:00

4 lines
No EOL
319 B
Markdown

# Using properties
You can use properties to customise your queries and make them dynamic. This can be helpful if you plan to reuse your queries accross multiple files or use them in the templates.
You can refer to your properties by prepending them with an `@` symbol, for example `@year` to refer to `year` property.