forked from nullibrew/node-red-contrib-nulli-neo4j
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently, the node-red-contrib-neo4j-bolt module has three outputs:
- Single Record Output – When a query returns a single entry.
- Multiple Records Output – When a query returns multiple entries.
- Error Output – When an error occurs.
Would an alternative be to reducing this to two outputs:
- Unified Data Output – Always returns results as an array, even when a single record is found.
- Error Output – Captures and handles errors separately.
This change simplifies downstream processing, reduces flow complexity, and makes the module easier to use when handling dynamic query results.
What do you think @webmaxru ?
Metadata
Metadata
Assignees
Labels
No labels