vedadsose / json-to-postgres

Converts your JSON files to an SQL dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Converts your JSON files to an SQL dump


Languages

Language:JavaScript 100.0%