Prisma Query Formatter

JSON →
library 1.0.1 ·javascript
verified Jun 4, 2026

prisma-query-formatter (v1.0.1) formats Prisma query logs by substituting placeholders with actual values, supporting all databases including PostgreSQL. It handles non-standard JSON param serialization from Prisma's internal Rust engine, providing clean console output for debugging. Zero dependencies, ships TypeScript types. Released actively with minor patches. Unlike simple string replace, it correctly parses Prisma's param format and offers options like throwOnError and custom param transformers.