0.1.16 • Published 6 months ago

n8n-nodes-postgres-enc v0.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Banner image

n8n-postgres-encryption

This repo contains n8n node and credentials for a custom Postgres integration. It adds support for ssmode=verify* (similarly to SSL support for MySQL). Includes the node linter and other dependencies. Credentials testing for non API-based credentials does not work properly in n8n, so do not focus on errors related to "Couldn’t connect with these settings. No testing function found for this credential."

Prerequisites

You need the following installed on your development machine:

  • git
  • Node.js and npm. Minimum version Node 16. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
  • Install n8n with:
    	```
    	npm install n8n -g
    	```
  • Recommended: follow n8n's guide to set up your development environment.

Using this repo

These are the basic steps for working with the repo. For detailed guidance on creating and publishing nodes, refer to the documentation.

  1. Generate a new repository from this template repository.
  2. Clone your repo:
    git clone git@github.com:hycomsa/n8n-postgres-encryption.git
  3. Run npm i to install dependencies.
  4. Update the package.json to match your details.
  5. Run npm run build to compile the codes.
  6. To install the node on an n8n: 6.1. Follow instructions from Install your node in a docker n8n instance 6.2. For the approach with docker-compose from this repo, create directory custom in /home/node/.n8n and then inside this directory call npm i n8n-nodes-postgres-enc

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT

0.1.16

6 months ago

0.1.15

6 months ago

0.1.14

6 months ago

0.1.13

6 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago