Advanced n8n community nodes for interacting with Plug Database via REST and consumer socket (Socket.IO) transport. Current stable version is 1.1.2, with monthly minor releases. Includes consolidated 'Plug Database Advanced' node supporting SQL execution, client access management, and user access approval. Key differentiators: consumer socket execution with automatic relay fallback, chunked streaming output, paginated access listing, and agent/client token override per node. Requires n8n-workflow peer dependency. Not intended for n8n verification.
npm install n8n-nodes-plug-database-advancedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and use the Plug Database Advanced node in n8n for SQL execution via REST or socket with chunked output.
Install package in custom nodes directory or use n8n's community node installation feature if available.
Update workflows to use 'Plug Database Advanced' node with appropriate Resource selection.
Ensure server supports consumer socket; fallback to relay is automatic but may lack features like Execute Batch over socket.
Switch to REST channel for Execute Batch when server lacks agents:command capability.
Use chunked output mode or break queries into smaller batches.
Ensure the package is properly loaded in n8n custom nodes directory and restart n8n.
Ensure Plug server version supports consumer socket transport (agents:command).
Provide Agent ID in the node fields or set default Agent ID in credential.
Renew client token via 'Set Client Token' operation or use a valid token.