Skip to content

Some toying arround mysql GTID derived from python-mysql-replication

License

Notifications You must be signed in to change notification settings

darnuria/mysql-gtid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some toying arround mysql GTID derived from python-mysql-replication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages