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:
:::sqlide{height=500}
```mysql Statements.sql
SELECT * from fluss;
```
:::
The SQL-IDE element accepts the following arguments:
(See: https:
:::sqlide{height=500}
```mysql Statements.sql
SELECT * from fluss;
```
:::