Database
An action that queries, inserts, updates, and deletes data in a database. You can use SQL databases and Firebase Realtime Database.

[Database Selection]
Select the database to use.


Databases can be added, edited, or deleted from the selection window or [Settings] -> [Database].
SQL Database
[Command]
Select the command to execute.

- Login: Logs into the database.
- Execute Query: Executes SQL queries to query, insert, update, and delete data.
- Logout: Logs out of the database.
[Query]
Enter the SQL query to execute. Only displayed when [Command] is “Execute Query”.

[Response]
Select a variable to store the SQL query response. Only displayed when [Command] is “Execute Query”.

Firebase Database
[Command]
Select the command to execute.

- Read: Reads data from the specified path.
- Write: Writes data to the specified path.
- Delete: Deletes data from the specified path.
[Path]
Enter the path where the command will be executed.

[Value]
Select a variable to store the retrieved data. Only displayed when [Command] is “Read”.

[Value Type]
Select the type of data to write. Only displayed when [Command] is “Write”.

[Value]
Enter the data to write. Only displayed when [Command] is “Write”.
