Fastify Adapter
The @zenstackhq/server/fastify module provides a quick way to install API routes onto a Fastify project for database CRUD operations. Combined with ZenStack's power of enhancing Prisma with access policies, it's surprisingly simple to achieve a secure data backend without manually coding it.
Installation
npm install @zenstackhq/server