n8n community package providing REST-only nodes for the Plug Database blockchain API. Current stable version is 1.1.2, released with patch updates for icons and navigation. It consolidates SQL execution, client access, and user access management into a single node with resource-based navigation, supporting operations like Execute SQL, Request Agent Access, and Approve Access Request. Key differentiators: fixed API base URL, support for both guided and advanced JSON-RPC modes, pagination via Return All, and credential override per node. No socket or realtime trigger support in v1.
npm install n8n-nodes-plug-databaseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating a Plug Database node, setting credentials, and executing a SQL query with aggregated JSON output.
Switch to the consolidated 'Plug Database' node and use Resource-based navigation.
Ensure your Plug Database server is accessible at that URL; no customization available.
Poll for changes via scheduled workflows or wait for future versions with socket support.
Consider splitting large batches into smaller sets or use Execute SQL for fewer statements.
Use correct path: 'n8n-nodes-plug-database/credentials/PlugDatabaseApi.credentials'
Verify user email and password in the credentials dialog, and ensure the account has access.
Set the Agent ID either in the node's 'Agent ID' field or in the credential's 'Default Agent ID'.
Install the package via npm install n8n-nodes-plug-database and restart n8n, or check admin settings for community node approval.