Blocks & Flow EditorDatabase
read data
Reads data from an available table.
Reads data from an available table.
Configuration
| Field | Description |
|---|---|
| Display Name | Label on the block. |
| Database | SQLite or MySQL. |
| Host name | MySQL host (hidden for SQLite). |
| Port Number | MySQL port. |
| Username | MySQL username. |
| Password | MySQL password. |
| Database Name | Target database. |
| Table Name | Table to read. |
Outputs
| Result | Description |
|---|---|
| Output | Payload: array of arrays (rows × columns). |