🗄️
🔄

Format ORM-Generated SQL

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

Non é necesario iniciar sesión
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.

Como funciona

1
Entra
Enter your data into the tool above. Everything stays local to your browser.
2
Proceso
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Descargar
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Por que usar o noso?

Completamente gratuíto, sen custos ocultos, nunca
Non se precisa ningunha conta, correo electrónico ou inicio de sesión
Os ficheiros nunca saen do teu dispositivo
Non hai límites de tamaño de ficheiro
Non hai marcas de auga en ningunha saída

Also check out…

Preguntas frecuentes