cognitom / momy

MongoDB to MySQL replication
https://www.npmjs.com/package/momy
MIT License
98 stars 37 forks source link

Add support for the JSON MySQL type #23

Open dangoodman opened 6 years ago

dangoodman commented 6 years ago

MySQL supports the JSON type since 5.7.8 which is a nice way to store and work with nested documents.

cognitom commented 6 years ago

@dangoodman looks great! Could you add some test here? https://github.com/cognitom/momy/blob/master/test/specs/types.js

dangoodman commented 6 years ago

Sure, done. Please check it.

adrianquevedocmp commented 5 years ago

How can I use this branch and make it work it? :)