supabase
- supabase/supabase
- Apache-2.0
Self Hosting
tip
- 适用于快速开发应用
Self Hosting
- https://supabase.com/docs/guides/self-hosting
- https://github.com/supabase/supabase/tree/master/docker
- docker compose
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;