drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: `drizzle-kit push` and support for `schemaFilter: ['*']`
Open
enhancement
- 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
Configuring a glob schema filter like `*` should cover all exported schemes from the configured `schema` path.
Benefits: No need to manually add schemes to the config upon prototyping, like `tableFilter: ['*']` this would be a convenient shorthand to cover the entire definition.
Contributor guide
Assessment
This issue has not been assessed yet.