drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Infer all Kysely tables from drizzle schema
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
Currently as per [drizzle-orm/src/kysely](https://github.com/drizzle-team/drizzle-orm/tree/main/drizzle-orm/src/kysely), we have to manually specify each and every drizzle table that we want to include in Kysely.
Having fully typed Kysely tables from Drizzle schema would be useful.
I have a working implementation for the same.
Contributor guide
Research direction
Start by reading the existing integration under drizzle-orm/src/kysely and the working implementation referenced in the issue. Determine how table types are currently specified and what is needed to infer every Drizzle schema table for Kysely; done means all schema tables are fully typed without manual inclusion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100