drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Support for PGLite Extensions in Drizzle Studio
Open
db/postgres
driver/pglite
drizzle/studio
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
I'd like to be able to use the pgvector extension with PGLite and load Drizzle Studio without any modifications to my schema.
Currently in [connections.ts](https://github.com/drizzle-team/drizzle-orm/blob/c8359a16fff4b05aff09445edd63fc65a7430ce9/drizzle-kit/src/cli/connections.ts#L102) the extensions are not passed through. Having the ability to enable extensions here would be great!
Contributor guide
Assessment
This issue has not been assessed yet.