JSON to SQL

Convert JSON data to SQL CREATE TABLE and INSERT statements. Supports MySQL, PostgreSQL, and SQLite dialects.

Usage

Features

Converts JSON data to SQL CREATE TABLE and INSERT statements, supporting MySQL, PostgreSQL, and SQLite dialects.

Steps

Enter or paste JSON data in the left text box, set table name and database dialect. SQL will be generated in real time.

Notes

Number types inferred as INT or DECIMAL. null fields allow NULL. String fields default to VARCHAR(255).