mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-17 11:13:32 +00:00
add language hints to code blocks
This commit is contained in:
@@ -12,7 +12,7 @@ The `db.query` processor will issue a query to the specified module and return t
|
||||
- **query**: the query to execute.
|
||||
### Example
|
||||
Issue a `SELECT` statement to a module with id `sqlite`.
|
||||
```
|
||||
```yaml
|
||||
- type: db.query
|
||||
params:
|
||||
module: sqlite
|
||||
|
||||
Reference in New Issue
Block a user