UNPKG

@smartmonkeysinc/node-red-contrib-postgres-migrations

Version:

A Node-RED node to run PostgreSQL migrations from a msg.migrations array using Knex.

33 lines (32 loc) 781 B
{ "name": "@smartmonkeysinc/node-red-contrib-postgres-migrations", "version": "0.1.1", "description": "A Node-RED node to run PostgreSQL migrations from a msg.migrations array using Knex.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Mitchell Schuh", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Smart-Monkeys-Inc/node-red-contrib-postgres-migrations.git" }, "keywords": [ "node-red", "postgres", "postgresql", "migrations", "knex" ], "node-red": { "version": ">=4.0.0", "nodes": { "postgres-migration-runner": "postgres-migration-runner.js" } }, "dependencies": { "knex": "^3.1.0", "pg": "^8.11.5" } }