Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.05 KB

Mysql GTID manipulation

Rust

Heavily inspired by Python-mysql-replication. If I found some better implementation or algorithm or test I will contribute it back there.

I would rather suggest to wait before putting that in production I Intend to to a lot of testing about and improve some bits.

Current state

Toy project but usable let me know if it's useful to you !

Objectives

  • No crash in lib
  • Mostly all the API of py-mysql-replication except the liberal in what they accept constructor
  • Try to integrate with mysql rust lib.
  • Do a little bit of CI.
  • Have for manimulating GTID:
    • an inplace API
    • copy API

Context

Began it on freetime due to frustration with a problem my work at gandi.net. For now work on that on my freetime.

License

Apache V2.0 / MIT