Hello gang,
we like to use supabase for a community project. Our hosted postgres db lies uses https://www.digitalocean.com/products/managed-databases/
We currently run our apps on our own paas (caprover) in docker containers.
Is it possible to use a hosted postgres db?
Thanks.
thank you. i did take a look and if we'd host our own postgres server from scratch we should be able to do what we do.
is there a way i can check on postgres which plugins are enabled?
-- Extension namespacing
create schema if not exists extensions;
create extension if not exists "uuid-ossp" with schema extensions;
create extension if not exists pgcrypto with schema extensions;
create extension if not exists pgjwt with schema extensions;
uuid-oosp is supported
pgcrypto is supported
pgjwt is not available