Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for [2995] [3222] support drizzle-studio with pgvector extension for pglite #3824

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

samarjit
Copy link

support drizzle-studio with pgvector extension for pglite.

This is fix 2995 and 3222
This will also fix "$libdir/vector": No such file or directory which occurs when schema contains vector and we try to open drizzle-studio.

One caveat, I tried running test cases I was seeing failure in test cases in this import const { vector } = await import('@electric-sql/pglite/vector');. Not sure why though, my local is setup with npm instead of pnpm. Also this import comes straight from the pglite website.

@samarjit samarjit changed the title support drizzle-studio with pgvector extension for pglite Fix for [2995] [3222] support drizzle-studio with pgvector extension for pglite Dec 22, 2024
@Jonovono
Copy link

Jonovono commented Jan 7, 2025

Would love to have this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Support for PGLite Extensions in Drizzle Studio
3 participants