Skip to content

Script to convert mysql columns from CamelCase to underscore.

License

Notifications You must be signed in to change notification settings

fjfalcon/mysql_camelcase_renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql_camelcase_renamer

This app created to transfer CamelCase table and CamelCase columns of mysql database to underscore.

SYSTEM REQUIREMENTS

Node.js 5.x.x

USAGE

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

LICENSE

Mysql CamelCase renamer is available under "GNU GENERAL PUBLIC LICENSE" (v. 3) http://www.gnu.org/licenses/gpl.txt.

  

Remarks

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.

About

Script to convert mysql columns from CamelCase to underscore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published