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

feat: enable all supported extensions

Open mnahkies opened this issue 1 year ago • 0 comments
trafficstars

What kind of change does this PR introduce?

Enables all supported extensions from https://pglite.dev/extensions/

What is the current behavior?

See #82

What is the new behavior?

It can now successfully create schemas / run queries that make use of extensions.

Screenshot from 2024-08-24 13-03-56 Screenshot from 2024-08-24 13-04-03

Additional context

I didn't add a migration to CREATE EXTENSION ... like is present for pgvector as I observed that the AI was able to figure out this is needed and do so on demand, which seems better.

There doesn't seem to be much overhead from doing this, but YMMV.

mnahkies avatar Aug 24 '24 12:08 mnahkies