mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
4 lines
No EOL
319 B
Markdown
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. |