πŸ—„οΈ
πŸ”„

Format ORM-Generated SQL

ORMs (Sequelize, Prisma, ActiveRecord) produce single-line SQL β€” format it to debug what they actually generated.

Nessun accesso richiesto
Formatted SQL appears here…

ORM Debugging tips

πŸ”„

Enable SQL logging in your ORM, copy the generated query into the formatter to see exactly what it's sending to the DB.

πŸ’‘

ORM-generated SQL often has unnecessary JOINs or selects all columns. Formatting makes these visible β€” common source of N+1 query bugs.

🎯

For performance debugging: format the slow query, then paste it into EXPLAIN to see the query plan.

Come funziona

1
Inserisci
Enter your data into the tool above. Everything stays local to your browser.
2
Elabora
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Scarica
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

PerchΓ© il nostro?

βœ“Completamente gratuito β€” nessun costo nascosto, mai
βœ“Nessun account, email o accesso richiesto
βœ“I file non lasciano mai il tuo dispositivo
βœ“Assolutamente nessun limite di dimensione file
βœ“Nessuna filigrana su nessun output

Also check out…

Domande frequenti