src/main | ||
.gitignore | ||
pom.xml | ||
README.md |
Script Generator
This small app helps to generate DDL statements from the excel file
Usage
Before you start to generate the scripts, follow below
- Java: The running machine should have at least java 8 installed
- File: The sample xlxs file is located in resources folder. This can be modified as but the format should remain the same
- Open the application in any IDE (eclipse / Intellij)
- Right click on App.java and run
- The scripts will be generated in the console log
Note:
id
column will be auto generated for all tables