julien-duponchelle/python-mysql-replication

need json feature

junha6316 opened this issue · 0 comments

The Python-MySQL Replication project is designed to convert binlog events generated by the MySQL replication protocol into Python objects. As these objects are delivered to users in Python, they can be transformed flexibly according to the users' needs. However, in most cases, it has been observed that companies tend to convert these objects into JSON format for their use.

I think JSON feature within the event class to accommodate user needs! Although the feature can be implemented simply, i believe it to be a valuable contribution that sufficiently reflects the needs of our users.