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.

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.

2
Select PostgreSQL
Choose PostgreSQL as the data source.

3
Paste the connection string
Paste the Supabase connection string into the Connection string field.

4
Select tables and fields
Choose the tables and columns you want to include.

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