mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-17 11:13:32 +00:00
add notes about module interface implementations
This commit is contained in:
@@ -6,6 +6,8 @@ sidebar:
|
||||
---
|
||||
|
||||
The `db.query` processor will issue a query to the specified module and return the result to the next processor in line.
|
||||
The module must implement the `DatabaseModule` interface for this processor to work.
|
||||
This processor will return an error if any of the required parameters are missing/invalid or if the module does not implement the `DatabaseModule` interface.
|
||||
|
||||
- **type**: `db.query`
|
||||
- **params**:
|
||||
|
||||
Reference in New Issue
Block a user