To connect Astrato to Supabase, first, find the Session pooler connection string to Astrato
To find the session pooler string:
Click on πConnect, which appears at the very top of Supabase Studio's UI.
βSelect Session pooler as the method.
β
The full session pooler looks like this:postgresql://postgres.abcdefghijklmnop:[YOUR-PASSWORD]@aws-1-eu-west-2.pooler.supabase.com:5432/postgres
Astrato requires only some parts of the session pooler URL, examples are below:Username:
user.accountHost:
aws-0-eu-west-0.pooler.supabase.comPort:
5432




