docs: add Zod schema generation to README features

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ymc9 2026-03-24 13:25:23 -07:00
parent 29f045b396
commit dbca9ed4ee

View file

@ -34,6 +34,7 @@ ZenStack is a TypeScript database toolkit for developing full-stack or backend N
- 🧩 Designed for extensibility and flexibility
- ⚙️ Automatic CRUD web APIs with adapters for popular frameworks
- 🏖️ Automatic [TanStack Query](https://github.com/TanStack/query) hooks for easy CRUD from the frontend
- 💎 [Zod](https://zod.dev) schema generation
# What's New in V3