0.0.2 • Published 8 years ago

@dendra-science/mysql-export-json v0.0.2

Weekly downloads
1
License
BSD-2-Clause-Free...
Repository
github
Last release
8 years ago

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

  1. Be sure you have Node version 8.7.x. If you’re using nvm, you may need to nvm use 8.7.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd mysql-export-json.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.