πŸ—„οΈ
πŸ”„

Format ORM-Generated SQL

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

Nid oes angen mewngofnodi
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.

Sut Mae'n Gweithio

1
Ewch i mewn
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
Lawrlwythwch
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Pam defnyddio ein un ni?

βœ“Hollol rhad ac am ddim - dim costau cudd, byth
βœ“Nid oes angen cyfrif, e-bost na mewngofnodi
βœ“Nid yw ffeiliau byth yn gadael eich dyfais
βœ“Dim cyfyngiadau maint ffeil o gwbl
βœ“Dim dyfrnodau ar unrhyw allbwn

Also check out…

Cwestiynau Cyffredin