drizzle-team / drizzle-team/drizzle-orm

Add COLLATE to indexes

Open
#201 4 comments 3 reactions 0 assignees View on GitHub
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

![Image](https://user-images.githubusercontent.com/29543764/221857672-2c84e7b5-1be3-4c65-809b-e390d986f772.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.