Gregory Eremin 922cfec03d | ||
---|---|---|
cmd | ||
LICENCE | ||
README.md | ||
buffer.go | ||
column_types.go | ||
encoding.go | ||
encoding_test.go | ||
event_format_description.go | ||
event_header.go | ||
event_rotate.go | ||
event_rows.go | ||
event_table_map.go | ||
event_types.go | ||
reader.go |
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