πŸ—„οΈ
πŸ”„

Format ORM-Generated SQL

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

Tiada log masuk diperlukan
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.

Cara ia berfungsi

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

Mengapa alat kami?

βœ“Percuma sepenuhnya β€” tiada kos tersembunyi, selama-lamanya
βœ“Tiada akaun, e-mel atau log masuk diperlukan
βœ“Fail tidak pernah meninggalkan peranti anda
βœ“Tiada had saiz fail langsung
βœ“Tiada tera air pada sebarang output

Also check out…

Soalan lazim