Gregory Eremin ac07b6a997 | ||
---|---|---|
binlog | ||
cmd | ||
mysql | ||
reader | ||
schema | ||
tests | ||
tools | ||
.gitignore | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENCE | ||
README.md |
README.md
BLT
MySQL binary log parser.
WIP
Work in progress, some events are not fully supported.
A fork of go-sql-driver/mysql is used to provide underlying connection and basic packet exchange.
TODO:
- FormatDescriptionEvent
- TableMapEvent
- RotateEvent
- RowsEvent
- XIDEvent
- GTIDEvent
- QueryEvent
Licence
MIT