Online Sql Schema to Entity Schema Tool

Online Sql Schema to Entity Schema Tool

Sometimes during development, I have to manually create new entity classes according to sql schema, which costs time and is boring. There are online tools doing this, but they don't have all the features I want, so I develop my own online convert tool: converter. It has the following features:

  1. Name style option: camel case, or underscore
  2. Copy to clipboard
  3. Keep comment about column
  4. Generate getter, setter