drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Parse arrays
Open
enhancement
qb/crud
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
Earlier I was trying to aggregate an array and Drizzle was spitting out a raw array that looked like this: `{value, value, value}`
Would it be possible to add some method to the magic sql operator, like .mapWith(Array), or something, that could parse it?
Contributor guide
Assessment
This issue has not been assessed yet.