add notes about module interface implementations

This commit is contained in:
Joel Wetzell
2026-05-19 22:27:46 -05:00
parent 4a873a32d4
commit e10ae19992
8 changed files with 16 additions and 3 deletions
+2
View File
@@ -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**: