Connect a PowerSync instance to your backend database.
Next
version of the Service, which may contain early access or experimental features. Always use the Stable
version in production.Supabase
[YOUR-PASSWORD]
placeholder)
powersync_role
and password you created when configuring your Supabase for PowerSync (see Source Database Setup).
verify-full
SSL mode without additional configuration.
AWS RDS
powersync_role
created in Source Database Setup.verify-full
SSL mode can be used directly, without any additional configuration required.10.x.x.x
or 172.31.x.x
.Azure Postgres
powersync_role
created in Source Database Setup.verify-full
SSL mode can be used directly, without any additional configuration required."must be superuser or replication role to start walsender"
, ensure that you’ve followed all the steps for enabling logical replication documented here.Google Cloud SQL
powersync_role
created in Source Database Setup.Neon
powersync_role
created in Source Database Setup.server certificate not trusted: SELF_SIGNED_CERT_IN_CHAIN
, click “Download Certificate” to attempt automatic resolution.Fly Postgres
powersync_role
created in Source Database Setup.server certificate not trusted: SELF_SIGNED_CERT_IN_CHAIN
, click “Download Certificate” to attempt automatic resolution.PlanetScale
https://app.planetscale.com/<ORGANIZATION>/<DATABASE_NAME>
and click on the “Connect” button to get your database connection parameters.
host
connection parameter for your database.powersync_role
created in Source Database Setup.
powersync_role
.<branch_id>. Your PlanetScale branch ID can be found on the same connection details page.verify-full
.Other / Self-hosted
powersync_role
created in Source Database Setup.server certificate not trusted: SELF_SIGNED_CERT_IN_CHAIN
, click “Download Certificate” to attempt automatic resolution.mongodb+srv://[username:password@]host/[database]
. For example, mongodb+srv://admin:<db_password>@cluster0.abcde1.mongodb.net/powersync