{"library":"node-red-contrib-storagemodule-postgres","type":"library","category":null,"description":"A storage module for Node-RED that replaces the default filesystem-based persistence with a PostgreSQL database. Version 1.0.1 is the current stable release, maintained by WeekendWarrior1. It creates two tables (`nodered` and `noderedlibrary`) to store flows, credentials, and settings. It supports optional schema configuration and auto-install of modules on start-up. Designed for production deployments requiring centralized state, disaster recovery, and team collaboration. Older than alternatives like `node-red-contrib-storage-s3`, it has limited feature coverage (no sessions or projects) and relies on the Node-RED Storage API.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","node-red"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install node-red-contrib-storagemodule-postgres","imports":["const storageModule = require('node-red-contrib-storagemodule-postgres')","postgresURI: 'postgres://user:pass@host:5432/db'","postgresSchema: 'custom_schema'","autoInstallModules: true","userDir: '/home/user/.node-red/'"]},{"cmd":"yarn add node-red-contrib-storagemodule-postgres","imports":[]},{"cmd":"pnpm add node-red-contrib-storagemodule-postgres","imports":[]}],"homepage":"https://github.com/WeekendWarrior1/node-red-contrib-storagemodule-postgres#readme","github":"https://github.com/WeekendWarrior1/node-red-contrib-storagemodule-postgres","docs":null,"changelog":null,"pypi":null,"npm":"node-red-contrib-storagemodule-postgres","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}