Right now mysql/mariadb is hardcode. This needs to be reworked so we can support multiple db types. - [x] Move mysql specific util to mysql_utils.go file - [ ] Remove hardcoded mysql commands from main.go - [ ] Move column select function to mysql_utils. - [ ] Update readme and comments