momy icon indicating copy to clipboard operation
momy copied to clipboard

Add support for the JSON MySQL type

Open dangoodman opened this issue 6 years ago • 3 comments

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

dangoodman avatar Aug 31 '18 17:08 dangoodman

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

cognitom avatar Sep 03 '18 03:09 cognitom

Sure, done. Please check it.

dangoodman avatar Sep 04 '18 17:09 dangoodman

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

adrianquevedocmp avatar Dec 12 '18 10:12 adrianquevedocmp