Skip to main content

Overview

Daymark connects to Supabase through its PostgreSQL connection string. This guide shows how to retrieve the Supabase connection string and use it in Daymark.

Get the Supabase Connection String

1

Open your Supabase project

In Supabase, open the project you want to connect.
2

Open the Connect panel

Click Connect in the top bar to open the connection options.
3

Select Transaction pooler

In the Connection string tab, set Method to Transaction pooler.Supabase connection string with Transaction pooler selected
4

Copy the connection string

Copy the connection string shown in the panel.
The connection string includes the database password you set when you created the Supabase project.

Connect Supabase in Daymark

1

Open the PostgreSQL connection flow

After login, open the Explore page and click Add Data Source.Explore page with Add data source button
2

Select PostgreSQL

Choose PostgreSQL as the data source.Data connectors modal with PostgreSQL selected
3

Paste the connection string

Paste the Supabase connection string into the Connection string field.PostgreSQL connection form
4

Select tables and fields

Choose the tables and columns you want to include.Field selection during PostgreSQL import
5

Importing data

Daymark shows the import progress as it pulls in your data.Importing data from PostgreSQL