UNPKG

postgresql-to-mongodb

Version:

Transfer PostgreSQL tables to MongoDB collections.

22 lines (21 loc) 417 B
{ "name": "postgresql-to-mongodb", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "mongodb": "^3.6.2", "pg": "^8.3.3" }, "keywords": [ "psql", "PostgeSQL", "MongoDB", "convert" ] }