Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 818a42c

Browse files
authored
Merge pull request #26 from blendle/JeanMertz-patch-1
Update README.md
2 parents fe98972 + a72a14a commit 818a42c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ where we cannot use systems like [debezium](http://debezium.io) or
2020
have access to the WAL logs and cannot install native extensions or run binaries
2121
on the database host machine.
2222

23+
The following SQL statements are used to send updates to the relevant topic:
24+
25+
* `INSERT`
26+
* `UPDATE`
27+
* `DELETE`
2328

2429
## Usage
2530

0 commit comments

Comments
 (0)