You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to push mysql binlog events into a postgres table (weird, I know :)).
To do that I'd like to get a JSON representation of the before and after values.
Hello :)
I'm trying to push mysql binlog events into a postgres table (weird, I know :)).
To do that I'd like to get a JSON representation of the before and after values.
Here is the current code: https://github.com/docteurklein/pgpim/blob/master/rust/src/main.rs#L74
Any idea how to do that?
I wonder if impl TryFrom<BinlogRow> for Row
would do the trick, since Row seems to be serializable in json?
If so, how would you use this API?
Thanks for reading :)
The text was updated successfully, but these errors were encountered: