Skip to content

inline tags

Choose a tag to compare

@brugos brugos released this 28 Feb 16:57
· 2 commits to main since this release

What:

  • inline tags replaces text that are not bind to variables. Resuming it replaces string without adding the string quotes (""). It's useful for the cases when there is need to replace a table name or schema or even the database depending on the logic built in the code.
  • Use cases: replace database name depending on the environment used (ex: db_name_dev, db_name_prod)