You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update Show HN blog post with v7.0.4 features
- Add table filtering example (--include-tables)
- Add Docker usage example and Docker Hub link
- Add 'Beyond PostgreSQL Sources' section for SQLite/MongoDB/MySQL
- Fix bare URL markdown warnings
Copy file name to clipboardExpand all lines: docs/20251208_ShowHN_Publisher_Subscriber_PostgreSQL_Replication_with_Xmin.md
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**TL;DR:** We built an open-source Rust CLI that replicates PostgreSQL databases without requiring `wal_level=logical`. It uses PostgreSQL's `xmin` system column to detect changes, enabling CDC-style replication from any managed PostgreSQL service—no configuration changes needed.
If your source has `wal_level=logical`, it uses native logical replication. If not, it automatically falls back to xmin-based polling. Zero configuration required.
0 commit comments