mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-11 15:09:27 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -17,7 +17,8 @@ This processor will return an error if any of the required parameters are missin
|
||||
Issue a `SELECT` statement to a module with id `sqlite`.
|
||||
|
||||
```yaml
|
||||
- type: db.query
|
||||
- id: query
|
||||
type: db.query
|
||||
params:
|
||||
module: sqlite
|
||||
query: "SELECT * from users;"
|
||||
|
||||
Reference in New Issue
Block a user