Yo!
My idea for a JSON based SQL schema tool that
I wrote about some time ago has been on the
backburner as I wanted to finish two other projects:
- A better JSON import tool to substitute the old mysqljsonload.
- Fix up mysqljsonexport to align it with mysqljsonimport.
These two projects are now done and the program are ready for
download from Sourceforge, mysqljsonimport from here and mysqljsonexport from here. There is some serious changes to these
program here, for example, the multi-threading in …