Logosopho docs

Supabase

Connect to Supabase Projects

Supabase is an open source Firebase alternative that provides a hosted PostgreSQL database. Sopho connects to Supabase using the same PostgreSQL protocol since Supabase is built on top of PostgreSQL. Hence, the connection details are very similar to PostgreSQL. More details about Supabase can be found at Supabase.

Connection Details

When configuring a Supabase connection, you will need the following details:

FieldDescription
HostThe hostname of your Supabase project
PortThe port number. Typically 5432 for Supabase
DatabaseThe name of the database to connect to. Typically postgres.
UsernameYour Supabase project's username.
PasswordYour Supabase project's password.

Getting Credentials

Details on how to get the required connection credentials can be found at Connecting to Supabase. Sopho will be able to work with Supabase's Direct connection and Poolers since they generate the same connection string format.

On this page