_ _ _
| || | | |
__| || |__ ______ ___ __ __ __ _ _ __ ___ _ __ | | ___
/ _` || '_ \ |______| / _ \\ \/ / / _` || '_ ` _ \ | '_ \ | | / _ \
| (_| || |_) | | __/ > < | (_| || | | | | || |_) || || __/
\__,_||_.__/ \___|/_/\_\ \__,_||_| |_| |_|| .__/ |_| \___|
| |
|_|
The app first creates SQLite database with employees and departments data (hardcoded atm). There are 3 tables:
- employee table
- department table
- join table with employee-department relation (One (department) to Many (employees))
Besides creating and filling database the app has console menu with following options to modify data in database: