Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.74 KB

README.md

File metadata and controls

59 lines (30 loc) · 1.74 KB

Employee Database

This is a C++ Based Console App which can be used as an Employee Database.

Steps to run the project in your local machine

  1. Install Visual Studio with C++ Development config. download link

  2. Clone this repository.

  3. Run install_sqlite.bat either by double clicking it or by running it from the terminal to install sqlite3.

  4. Open the Solution in Visual Studio using Employee Database.sln file

  5. Now, you can build and run the main project as well as the test project.

Functionalities

  • User can Create Tables in the Database with their relationships.

  • User can delete a created Table.

  • User can Insert data into Department, Engineer, Finance, HR, QA, Manager Tables.

  • User can Update the data from Department, Engineer, Finance, HR, QA, Manager Tables.

  • User can Delete the data from Department, Engineer, Finance, HR, QA, Manager Tables.

  • User can Backup Database in CSV Files. Selective export of Tables is also supported.

Database Schema

ENotes Database Schema

Tech Stack

ScreenShots


Employee Database 1

Employee Database 2

Employee Database 3

Employee Database 1

Employee Database 2

Employee Database 3