drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: About the display of ‘drizzle studio’
- 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
I am currently using sqlite.
When I set the ‘date’ column's type to text, there is a performance problem, so I can only use ‘integer’.
I would like the date of ‘drizzle studio’ to be displayed in a human-readable form.
Below is a picture of how supabase displays and how drizzle studio displays.
Contributor guide
Research direction
Start by locating the Drizzle Studio table-value rendering entry point for SQLite integer columns. Reproduce the issue with an integer date column and compare its current display with the attached Supabase example. Done means date values in Drizzle Studio are shown in a human-readable form without requiring text storage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, typescript
- Domain
- databases, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100