6 ms·
Would this work as a tool to sync a central server's parts of your postgres data to your distributed webapp backends local-copy, as opposed to all the way to us
by JaneLovesDotNet 3y ago
Would this work as a tool to sync a central server's parts of your postgres data to your distributed webapp backends local-copy, as opposed to all the way to user front-end. i.e. nodejs instead of the browser.
Or is there a better tool for that?
- vbalegas 3y agoyes, ElectricSQL works for webapps with nodejs: https://electric-sql.com/docs/integrations/drivers/server/node https://electric-sql.com/docs/integrations/drivers/server/no...