momy
momy copied to clipboard
Add support for the JSON MySQL type
MySQL supports the JSON type since 5.7.8 which is a nice way to store and work with nested documents.
@dangoodman looks great! Could you add some test here? https://github.com/cognitom/momy/blob/master/test/specs/types.js
Sure, done. Please check it.
How can I use this branch and make it work it? :)