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:
- Name style option: camel case, or underscore
- Copy to clipboard
- Keep comment about column
- Generate getter, setter