2018-07-29 17:20:30 +00:00
|
|
|
# BLT
|
|
|
|
|
|
|
|
MySQL binary log parser.
|
|
|
|
|
|
|
|
### WIP
|
|
|
|
|
|
|
|
Work in progress, some events are not fully supported.
|
|
|
|
|
2018-07-29 17:22:40 +00:00
|
|
|
A fork of [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) is used
|
|
|
|
to provide underlying connection and basic packet exchange.
|
|
|
|
|
2018-07-29 17:24:25 +00:00
|
|
|
**TODO:**
|
2018-07-29 17:20:30 +00:00
|
|
|
|
2018-07-29 17:24:25 +00:00
|
|
|
* [x] FormatDescriptionEvent
|
|
|
|
* [x] TableMapEvent
|
|
|
|
* [x] RotateEvent
|
|
|
|
* [ ] RowsEvent
|
|
|
|
* [ ] XIDEvent
|
|
|
|
* [ ] GTIDEvent
|
|
|
|
* [ ] QueryEvent
|
2018-07-29 17:20:30 +00:00
|
|
|
|
|
|
|
### Licence
|
|
|
|
|
2018-07-29 17:24:25 +00:00
|
|
|
MIT
|