db2struct icon indicating copy to clipboard operation
db2struct copied to clipboard

Reorganize to support multiple DB Types

Open Shelnutt2 opened this issue 9 years ago • 0 comments

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

Shelnutt2 avatar Jun 06 '16 11:06 Shelnutt2