This app created to transfer CamelCase table and CamelCase columns of mysql database to underscore.
Node.js 5.x.x
1. Download package. 2. Edit config.json file with your database settings. Remark: config.json contains brief description of each configuration parameter 3. Go to package directory,install dependencies, and run the app.
$ cd ~/mysql_camelcase_renamer
$ npm install
$ node main.js
Mysql CamelCase renamer is available under "GNU GENERAL PUBLIC LICENSE" (v. 3) http://www.gnu.org/licenses/gpl.txt.
This is my first application on node.js.
I created it to convert my mysql database to camelcase so postgresql can normaly work with hibernate. To convert database to postgresql i used NMIG tool.