ElectricSQL with your own Postgres
Electric for your existing Postgres. Sync little subsets of your data.
electric
electricsql/electric:latest
Just deployed
/var/lib/electric/persistent
Deploy and Host ElectricSQL on Railway
Sync makes apps awesome. Electric solves sync. https://electric-sql.com
About Hosting ElectricSQL
Enable replication in Postgres using the following command
ALTER SYSTEM SET wal_level = 'logical';
SELECT pg_reload_conf();
Common Use Cases
- Simplifies your code
- No loading spinners
Dependencies for ElectricSQL Hosting
None
Deployment Dependencies
- Postgres https://railway.com/deploy/postgres
Why Deploy ElectricSQL on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying ElectricSQL on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
electric
electricsql/electric:latestDATABASE_URL
Postgres database URL; Fill anything, can be updated later
ELECTRIC_SECRET
Secret used to connect to ElectricSQL; Make it long!