Y
Hacker News
new
|
ask
|
show
|
jobs
by
sagarjs
717 days ago
So it’s not possible to use this with an existing postgresql database?
2 comments
matlin
717 days ago
Not 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.
link
satvikpendem
717 days ago
Look into ElectricSQL which works with existing Postgres, it is what I'm leaning towards using too.
link
ochiba
716 days ago
I work on PowerSync which may be worth looking at too, for Postgres-SQLite sync
https://www.powersync.com/
link
zknill
717 days ago
Also checkout Ably LiveSync, works with postgres and makes some different (potentially simpler) tradeoffs
link