Skip to content

This is a C++ Based Console App which can be used as an Employee Database. It is based on modern C++ and SQLite Database.

Notifications You must be signed in to change notification settings

raj17ce/Employee-Database

Repository files navigation

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

About

This is a C++ Based Console App which can be used as an Employee Database. It is based on modern C++ and SQLite Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages