drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Add documentation in Goodies on how to get materialized view (or view) columns for select
Open
docs
docs/improvements
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
```
const columns = getMaterializedViewConfig(materializedView).selectedFields;
```
We have a section to show how to get the select columns for pg table but not views nor materialized view. If someone can add the example using the code above that would be awesome.
Contributor guide
Assessment
This issue has not been assessed yet.