JSON to Postgres This tool takes a JSON file and outputs an SQL dump that you can use for importing it to your PostgreSQL database. Usage node src/index.js input.json -n table_name -o output.sql