0.0.1-next.0 • Published 7 months ago

@zod-query/cli v0.0.1-next.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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