Français
Convertir JSON en SQL — CREATE TABLE + INSERT
Convertir JSON en SQL gratuit : produit des instructions CREATE TABLE et INSERT INTO depuis un tableau JSON avec inférence de types automatique.
TOOL · 91 · Convert
Turn a JSON array into CREATE TABLE + INSERT statements — types are auto-inferred per column.
In short
JSON to SQL turns a JSON array (or a single object) into CREATE TABLE plus INSERT INTO statements. Column types are auto-inferred (INTEGER, REAL, BOOLEAN, DATE, TEXT) from the actual values.
Processed 100% in your browser — your files never leave your device.
Step · 01
Paste a JSON array (or single object) on the left. Types are auto-detected per column.
Step · 02
Set the target table name — the tool emits CREATE TABLE + INSERT statements.
Step · 03
Copy or download the .sql file — SQLite / MySQL / Postgres-friendly.
This tool is also indexed for French, German and Arabic keywords.
Français
Convertir JSON en SQL gratuit : produit des instructions CREATE TABLE et INSERT INTO depuis un tableau JSON avec inférence de types automatique.
Deutsch
JSON in SQL umwandeln kostenlos: Erzeugt CREATE TABLE und INSERT INTO Anweisungen aus einem JSON-Array mit automatischer Typerkennung.
العربية
تحويل JSON إلى SQL مجاناً: يُنتج عبارات CREATE TABLE و INSERT INTO من مصفوفة JSON مع اكتشاف الأنواع تلقائياً.