Erin
Erin
# Bug report Supabase's self-hosting documentation suggests decoupling the db from the middleware, listing AWS RDS as a viable option. But running init-db and migration scripts against a fresh RDS...
# Feature request ## Is your feature request related to a problem? Please describe. [supabase/db](https://supabase.com/docs/guides/database/extensions/pgnet) uses [pg_net](https://github.com/supabase/pg_net/tree/master) for Webhooks functionality. But [pg_net](https://github.com/supabase/pg_net) is not supported in Amazon RDS/Aurora. ## Describe...