drizzle-team / drizzle-team/drizzle-orm
Add COLLATE to indexes
Open
db/sqlite
drizzle/kit
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
https://www.sqlite.org/lang_createindex.html

Contributor guide
Research direction
Start with the SQLite CREATE INDEX documentation linked in the issue, then locate Drizzle ORM's index-generation entry point and its related tests. The work is done when SQLite indexes can express the requested COLLATE clause and the behavior is covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, typescript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100