sqlite-cdc takes heavy inspiration from marmot without all the clustering and replication. I wanted all the CDC functionality but simpler. Right now this is a huge work in progress as I work through how I want to enable dispatching of events.
You can try it out by running command similar to:
./sqlite-cdc ./test.db table1 table2
- requires CGO_ENABLED=1 for sqlite3
Run go build main.go