feathers-prisma
JSON →A Feathers service adapter for the Prisma ORM, enabling CRUD operations via Feathers methods (find, get, create, update, patch, remove) with support for Prisma-specific features like relation eager loading ($eager), full-text search ($search), and raw Prisma filters ($prisma). Current stable version is 0.7.0, requiring Prisma v5 and Feathers v4. Release cadence is moderate with breaking changes between major Prisma version bumps. Key differentiators: integrates Feathers query syntax with Prisma's powerful filtering, allows batched operations, and provides a whitelist-based safety model for allowed query operators.
Resources
packagefeathers-prisma ↗