- In this part we will create the database and load all out tables using relevent DDL files
- We will also load relevent data depicting the business use cases through DML files
- We will also highlight specific triggers and all the business constrints
Note: We need to install docker to run this mysql server
- To run mysql server use command -
docker-compose up -d
- To stop the server use command -
docker-compose down
- Server Details are available in
docker-compose.yml
which include passwords and user and database schema - To connect to the database use client like DBWeaver