Database Schema
Name of a SQL database schema
Evaluation
The widget evaluates to a string. If variable interpolation is enabled, any interpolation items are evaluated and replaced in the result.
Popup Selection
Use the database button request a list of available schemas from the database and pick one of them. The database button is only available inside steps that have a database connection setting.
Auto-complete
Use CTRL + space
to trigger the auto-complete menu. It shows a filterable list of variables you can reference. Upon selecting, it inserts the selected reference using interpolation syntax.
Variable interpolation
The widget supports variable interpolation syntax. Substrings of the form ${exp}
are replaced with the result of evaluating exp
as a tweakflow expression and casting it to string.
You can switch variable interpolation on or off in the context menu.