21 ms·
So it’s not possible to use this with an existing postgresql database?
by sagarjs 2y ago
So it’s not possible to use this with an existing postgresql database?
- matlin 2y agoNot currently but we have an internal tool that does bi-directional syncing using Postgres's replication protocol and WAL2JSON. It's not quite ready for prime time but we're hoping to get it into people's hands soon.
- satvikpendem 2y agoLook into ElectricSQL which works with existing Postgres, it is what I'm leaning towards using too.