usedatabrew / blink

OpenSource data platform to build event-driven systems. It's like Deebezium for golang :)
https://docs.databrew.tech/open-source/prerequisites
MIT License
22 stars 1 forks source link

Feature/postgres sink #3

Closed le-vlad closed 9 months ago

le-vlad commented 10 months ago

In order to support deletions - we have to enable "Replica Identity Full for the table we are going to sync"

le-vlad commented 9 months ago

@imnotsurprised Do you think we should support alter table statements at this moment? Or should I skip them and implement in the next iteration?

imnotsurprised commented 9 months ago

@imnotsurprised Do you think we should support alter table statements at this moment? Or should I skip them and implement in the next iteration?

i believe we can add it to the next iteration