drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: add to the documentation how to properly use jsonb with zod
Open
docs
docs/improvements
drizzle/arktype
drizzle/typebox
drizzle/valibot
drizzle/zod
enhancement
priority
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
I'm reading https://orm.drizzle.team/docs/zod but there's no case where one field is using something like
```
field_name: jsonb("field_name").$type(),
```
and have it properly type the field as SomeType when inserting or selecting data
Contributor guide
Assessment
This issue has not been assessed yet.