drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: add luxon datetime mode to timestamp columns
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
In our application, we convert all dates to and from DateTime instances internally as they are far easier and safer to work with than Date objects. It would be great to have this natively supported rather than needing to write a custom column for this use case.
Contributor guide
Assessment
This issue has not been assessed yet.