vlasky / zongji

A mysql binlog listener running on Node.js.
Other
11 stars 6 forks source link

Add an event method analogous toJSON. #4

Open iamlaobie opened 1 year ago

iamlaobie commented 1 year ago

Thanks for your excellent work. I need structured event data for my project, but only on method dump message, Could you add a method like toJSON.

Best regard. Thank you.

vlasky commented 1 year ago

Thank you for your suggestion. Are you referring to the method RowsEvent.prototype.dump()?

Also, are you able to share some more information about your use case - what you are trying to achieve with this feature?