@drzl/generator-valibot
v1.1.0
Published
<div align="center">
Readme
@drzl/generator-valibot
Valibot schemas from your Drizzle analysis (insert / update / select).
💚 Sponsor DRZL
DRZL is crafted nights & weekends. Sponsorships keep the generators fast, tested, and free.
- Every dollar speeds up CI hardware and offsets long test runs on my aging laptop.
- Sponsors get roadmap input and priority responses in GitHub Issues.
- Prefer a quick overview? Check
docs/sponsor.mdfor the current goals and thank-yous.
Use
Add to drzl.config.ts:
generators: [{ kind: 'valibot', path: 'src/validators/valibot' }];Output
Insert<Table>Schema,Update<Table>Schema,Select<Table>Schema- Optional
indexbarrel - Shared vs inlined schemas supported
