Skip to main content
Ardent works with PlanetScale Postgres. This page covers only what’s specific to PlanetScale — the full walkthrough is the Quickstart.
With the ardent-cli skill installed, a short ask is enough — the skill fetches this page and runs the checks:
Without the skill, paste the full directions:
Two things matter here:
1

Enable logical replication

In your PlanetScale dashboard, go to Settings > Integrations and enable Logical Replication. This is what lets Ardent replicate your data for branching.
2

Copy the connection string

Go to Connect > Connect with: Postgres and copy the connection string. It looks like:
Wrap it in single quotes in your shell — the ?sslmode=… part must not be interpreted by the shell.
From here, continue with the Quickstart: run preflight, fix anything it reports, then create the connector.