shuttle-hq / shuttle

Build & ship backends without writing any infrastructure files.
https://shuttle.rs
Apache License 2.0
5.95k stars 247 forks source link

[Resources]: Postgres extensions #1592

Open jonaro00 opened 7 months ago

jonaro00 commented 7 months ago

Add commonly used Postgres extensions to the shared cluster and/or the AWS RDS instances.


This issue is a part of the Product Feature Poll (all issues). React with :+1: if you want this feature. Comment if you have suggestions related to this feature.

aniketbiprojit commented 4 months ago

It should probably start with implementing a single extension to establish the convention and then go on adding more. Not sure if this extension is already supported but I would like to see if pg_vector can be supported.

joshua-mo-143 commented 4 months ago

I think pgcrypto and pg_vector would be two PG extension I'd like to see supported, personally. Not sure what other extensions are popular, but having more options for securing your database data and being able to store vectors is always good.