1.0.3 • Published 5 years ago

mysql-table-to-json v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Install

$ npm install -g mysql-table-to-json

Usage

This simple library will help you to create the json files of your mysql tables.

Those tables can be useful for frontend model or backend validation before insert operation. The json files will contain all the information about database table.

All you have to do is to give you database connection details(don't worry it won't be stored anywhere). Give it a try.

Creating Json files will be done using the command:

$ CreateJson