PostgreSQL
Supabase
1. Enable IPv4 Add On
To do this:
- Go to your project settings in Supabase
- Click on Add Ons
- Enable IPv4
2. Find your Supabase credentials
You can find this under Settings > Database > Connection Parameters.
Be sure to uncheck connection pooler!
We will need the following:
- Database Host
- Database Port (Should be 5432)
- Username
- Password
- Database
To create a service account, run this in Supabase:
Was this page helpful?