This section is a work in progress.
Supabase
db.<PROJECT-ID>.supabase.co
, and not, for example, aws-0-us-west-1.pooler.supabase.com
.uri
field under replication
> connections
in your configuration file, for example:[YOUR-PASSWORD]
with the password for the postgres
user in your Supabase database.
verify-full
SSL mode can be used directly, without any custom certificates.
client_auth
enable Supabase Authentication:
AWS RDS
replication
> connections
in your configuration file.Notes:powersync_role
created in Source Database Setup.verify-full
SSL mode can be used directly, without any additional configuration required.Azure Postgres
replication
> connections
in your configuration file.Notes:powersync_role
created in Source Database Setup.verify-full
SSL mode can be used directly, without any additional configuration required.Google Cloud SQL
replication
> connections
in your configuration file.Notes:powersync_role
created in Source Database Setup.powersync.yaml
file.Neon
replication
> connections
in your configuration file.The Username and Password is the powersync_role
created in Source Database Setup.Fly Postgres
replication
> connections
in your configuration file.The Username and Password is the powersync_role
created in Source Database Setup.Other / Self-hosted
replication
> connections
in your configuration file.The Username and Password is the powersync_role
created in Source Database Setup.