Does this tool create both SQL schema and INSERT statements?
Yes. The tool generates CREATE TABLE output and INSERT statements together, and you can switch the SQL view between the combined output, just the schema, or just the inserts.
Convert JSON into editable SQL schema and INSERT output for PostgreSQL, MySQL, and SQLite with dataset-path selection, row preview, schema profiling, and local-only browser processing.
Yes. The tool generates CREATE TABLE output and INSERT statements together, and you can switch the SQL view between the combined output, just the schema, or just the inserts.
By default the converter flattens nested object leaves into columns when that stays clean. Arrays and more complex nested values fall back to JSON or text columns depending on the selected SQL dialect and mode.
V1 supports PostgreSQL, MySQL, and SQLite. The converter adjusts identifier quoting, data types, booleans, and JSON fallback columns for each dialect.
Yes. The schema tab lets you rename columns, adjust SQL types, toggle nullability, choose the primary key, include or exclude columns, and inspect sample values before copying or downloading the final SQL.
Yes. The schema workspace includes a compact dataset preview so you can confirm the selected rows and visible columns before you finalize the SQL output.
Yes. You can choose batch sizes for multi-row INSERT statements and optionally wrap the generated SQL in a transaction, which is useful for seed scripts and stricter import flows.
No. Validation, flattening, schema inference, and SQL generation all happen locally in your browser. No data is uploaded or stored.