The SQL-IDE element accepts the following arguments:
- db: An url to a sqlite file.
- height: Height of the editor. Defaults to 600px.
(See: https:<wbr>//<wbr>github<wbr>.com<wbr>/martin<wbr>-pabst<wbr>/SQL<wbr>-IDE).
:::sqlide{height=500}
```mysql Statements.sql
SELECT * from fluss;
```
:::