Skip to content

Electric Sync

Sync little subsets of your Postgres data into local apps, services and environments.

Use cases

The Electric Sync engine syncs little subsets of data out of Postgres into local apps, services and environments — wherever you need the data.

Use cases diagramme

You can sync data into:

How does it work?

The Electric sync engine is an Elixir application, developed at electric-sql/electric/tree/main/packages/sync-service.

It connects to your Postgres using a DATABASE_URL, consumes the logical replication stream and provides an HTTP API for replicating Shapes.

How do I use it?

See the Quickstart, Installation guide and Examples.