diff --git a/source/designer-guide/configuration/databases.rst b/source/designer-guide/configuration/databases.rst index 20c66993..4be0716c 100644 --- a/source/designer-guide/configuration/databases.rst +++ b/source/designer-guide/configuration/databases.rst @@ -58,3 +58,63 @@ properties and other configuration values. E.g., the property the variable called ``cloudDb``. Thus, your database name is now configurable using variable ``cloudDb``. Operations need to set this variable correctly; they do not need to dive into the configuration of this external database. + +.. _sql-query-runner: + +SQL Executor +---------------- + +The SQL Executor lets you inspect and query your database content directly +within the Axon Ivy Designer without switching to an external database tool. +Use it to browse table contents or develop and debug queries before using them +in process steps. + +Open the SQL Executor by clicking |sql-query-runner-icon| in the Database +Executor toolbar. + +.. |sql-query-runner-icon| image:: /_images/ui-icons/sql.svg + :alt: SQL Executor + :width: 16px + :height: 16px + +.. figure:: /_images/database-editor/sql-query-tester.png + :alt: SQL Executor + :align: center + + SQL Executor + +Query Input +^^^^^^^^^^^^^^^^^^ + +- :guilabel:`Database Configuration` + Shows the name of the currently active database connection. Determined by + the selection in the Database Executor and cannot be changed within the SQL + Query Runner. + +- :guilabel:`Tables` + This dropdown lists all tables of the database. Selecting a table + automatically generates and executes a ``SELECT * FROM