prisma-sql

JSON →
library 1.83.0 ·javascript
verified Jun 5, 2026

Convert Prisma read queries to SQL and execute via postgres.js or better-sqlite3 for 2-7x performance gain over Prisma Client. Version 1.83.0, actively maintained with weekly releases. Maintains full Prisma API compatibility, generated types, and support for findMany, findFirst, findUnique, count, aggregate, groupBy, and PostgreSQL batch operations. Key differentiator: keeps Prisma's schema, migrations, and types while eliminating query engine runtime overhead for reads.