scripts-generator/README.md
2021-09-08 21:21:47 +08:00

15 lines
547 B
Markdown

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