Overview
Since Supabase is built on Postgres, Sylus connects directly to your Supabase database to visualize app data, user activity, and events in real time.
How it works
Sylus uses your Supabase Postgres connection string and a read-only role to introspect tables, pick objects to sync, and keep dashboards up to date.
Configure - implementation details
Connect Supabase to Sylus in three steps:
Create a read-only user in your Supabase instance.
Add your connection string in Sylus and test the connection.
Select the tables and views you want to sync.
Example connection string:
postgresql://postgres:password@db.project.supabase.co:5432/postgres
