modulepackage
0.0.0-20230810104334-6b9a90a05154
Repository: https://github.com/jayjamieson/sqlite-cdc.git
Documentation: pkg.go.dev
# README
sqlite-cdc (WIP)
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
Build
- requires CGO_ENABLED=1 for sqlite3
Run go build main.go
# Packages
No description provided by the author