1
0
Fork 0
MySQL binary log parser
Go to file
Gregory Eremin 3a5271bca3 Move parser code to it's own package 2018-11-05 18:15:59 +01:00
cmd Move parser code to it's own package 2018-11-05 18:15:59 +01:00
parser Move parser code to it's own package 2018-11-05 18:15:59 +01:00
LICENCE Initial commit 2018-07-29 19:20:30 +02:00
README.md Note the fork 2018-07-29 19:22:40 +02:00

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:

[x] FormatDescriptionEvent [x] TableMapEvent [x] RotateEvent [ ] RowsEvent [ ] XIDEvent [ ] GTIDEvent [ ] QueryEvent

Licence

MIT