-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Missing Supabase connection option in new TablePlus template
In the latest template, TablePlus v.6.6.2 cannot connect to Supabase directly.
Previously, it was possible to add a connection using the postgresql:// direct connection URL provided by Supabase.
Steps to Reproduce:
Open TablePlus
Create a new connection using template
Try pasting the Supabase connection string:
postgresql://postgres:[YOUR-PASSWORD]@db.sriooooozzohoongijck.supabase.co:5432/postgres
When trying to use import/export for Supabase connections in TablePlus, the connection details are either missing or not working after re-import.
Steps to Reproduce:
Create a new connection to Supabase in TablePlus
Export the connection configuration
Import the same connection into a new TablePlus setup
Try connecting
Expected Behavior:
The imported Supabase connection should work without requiring manual re-entry of connection details.
Actual Behavior:
Supabase connection does not work after import
Direct connection URL like:
postgresql://postgres:[YOUR-PASSWORD]@db.sriooooozzohoongijck.supabase.co:5432/postgres
Feature Request:
Please add native Supabase connection support in the next release of TablePlus, so users can easily:
Select Supabase as a connection type from the template list
Paste the direct connection string without issues
Use import/export without breaking Supabase connections
Thanks