Zod query CLI
A query function tool to query data from zod schema's.
Installation
Get started with the CLI by installing it globally or using npx.
Use the CLI to initialize a new provider or to generate queries for your existing no-ORM provider.
NPM
npx @zod-query/cli '<provider>' # provider can be 'prisma' or 'drizzle'
Yarn
yarn @zod-query/cli '<provider>'
PNPM
pnpx @zod-query/cli '<provider>'
Documentation
For more information, check out the documentation