scripts-generator/README.md

15 lines
547 B
Markdown
Raw Permalink Normal View History

2021-09-08 13:21:47 +00:00
# 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