drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Allow to specify the mode for certain columns upon introspection
Open
drizzle/kit
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
Some columns require a `mode` setting to be passed to determine the input and output of Drizzle's queries. All of these have a default (like `bigint` type has `number` mode by default) but there are cases where being able to specify how to introspect these columns may come in handy as changing the mode after every introspection can be very annoying.
Contributor guide
Assessment
This issue has not been assessed yet.