1
0
Fork 0
bocadillo/README.md

25 lines
399 B
Markdown
Raw Normal View History

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
2018-11-09 00:16:38 +00:00
* [x] RowsEvent
2018-07-29 17:24:25 +00:00
* [ ] XIDEvent
* [ ] GTIDEvent
* [ ] QueryEvent
2018-07-29 17:20:30 +00:00
### Licence
2018-07-29 17:24:25 +00:00
MIT