@dendra-science/mysql-export-json
v0.0.2
Published
Class to export MySQL rows as individual JSON documents.
Downloads
4
Readme
MySQL Export JSON
Provides a class to export MySQL rows as individual JSON documents. Used internally by the mysql-export-json command line interface tool.
Instructions
Be sure you have Node version 8.7.x. If you’re using nvm, you may need to
nvm use 8.7
.Clone this repo.
Make this project directory the current directory, i.e.
cd mysql-export-json
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.