prisma-mysql-explain

JSON →
library 0.3.0 ·javascript
verified Jun 5, 2026

Execute MySQL EXPLAIN for Prisma queries in development environments. Current stable version is 0.3.0, released on an as-needed cadence. It intercepts Prisma query events, runs EXPLAIN, and caches results to avoid redundant executions. Key differentiators: deeply integrates with Prisma's event system, supports multiple caching strategies (by query, by params, or none), and provides typed results. Designed exclusively for development; not safe for production.