Comment on Launch HN: Bracket (YC W22) – Two-Way Sync Between Salesforce and PostgresComments−cpursley2yIs bracket using Postgres CDC (via WAL)?−ianyanuskoOP2yWe use a custom trigger to build an event log in Postgres. We actually found it more straightforward to use this approach than to use the WAL packages we considered.If you're curious, you can read more about our approach to it and the actual SQL we use here: https://docs.usebracket.com/streaming#postgres
Comments
Is bracket using Postgres CDC (via WAL)?
We use a custom trigger to build an event log in Postgres. We actually found it more straightforward to use this approach than to use the WAL packages we considered.
If you're curious, you can read more about our approach to it and the actual SQL we use here: https://docs.usebracket.com/streaming#postgres