UNPKG

postgres-shift

Version:

A simple forwards only migration solution for [postgres.js](https://github.com/porsager/postgres)

33 lines (32 loc) 651 B
{ "name": "postgres-shift", "version": "0.1.0", "description": "A simple forwards only migration solution for [postgres.js](https://github.com/porsager/postgres)", "main": "index.js", "type": "module", "scripts": { "test": "node tests/index.js" }, "files": [ "/index.js" ], "author": "Rasmus Porsager <rasmus@porsager.com>", "license": "WTFPL", "repository": "porsager/postgres-shift", "keywords": [ "migration", "driver", "postgresql", "postgres.js", "postgres", "postgre", "client", "sql", "db", "pg", "database" ], "devDependencies": { "postgres": "3.3.2" } }