{"library":"n8n-nodes-plug-database","title":"n8n Plug Database Nodes","description":"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.","language":"javascript","status":"active","last_verified":"Sat May 09","install":{"commands":["npm install n8n-nodes-plug-database"],"cli":null},"imports":["import { Plug Database } from 'n8n-nodes-plug-database/credentials/PlugDatabaseApi.credentials'","import { PlugDatabaseNode } from 'n8n-nodes-plug-database/nodes/PlugDatabase/PlugDatabase.node'","import { PlugDatabaseApi } from 'n8n-nodes-plug-database/credentials/PlugDatabaseApi.credentials'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install: npm install n8n-nodes-plug-database\n// In n8n UI, add a 'Plug Database' node\n// Credentials: fill User (email), Password, optional Default Agent ID, optional Default Client Token\n// Example: Execute SQL\n// Create a node with:\n// Resource: SQL\n// Operation: Execute SQL\n// Agent ID: (override or leave empty to use credential default)\n// SQL Query: SELECT * FROM agents;\n// Output: Aggregated JSON\n// The node returns one item per row.\n// For listing agents: Resource: Client Access, Operation: List Client Agents, Return All: true","lang":"javascript","description":"Demonstrates creating a Plug Database node, setting credentials, and executing a SQL query with aggregated JSON output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}