embedded-postgres icon indicating copy to clipboard operation
embedded-postgres copied to clipboard

Add extensions

Open nicholas-johnson-techxcel opened this issue 7 months ago • 1 comments

How feasible is it to add support for things like pgvector?

Cheers

Hi @nicholas-johnson-techxcel! All extensions have to be built from source for their respective platforms. This project relies on another project (https://github.com/zonkyio/embedded-postgres-binaries) for our binaries. These binaries currently don't support pgvector. Until they do, we unfortunately cannot support it. The build scripts are pretty straightforward though, so if you're willing to make a contribution there, it should be relatively easy.

leinelissen avatar Jun 03 '25 12:06 leinelissen