Description
n8n-nodes-vertica
This is a node for n8n that is used to execute SQL queries against Vertica database.
It also supports executing multiple queries in a single request by splitting the query with --split--.
Development
- Clone the repository
- Run
npm install - Run
npm run build - Run
npm link - Navigate to your local n8n nodes directory (e.g.
~/.n8n/nodes) and runnpm link n8n-nodes-vertica - Start n8n (
n8n start) and you should see the Vertica node in the list of available nodes.