Employee Data Management System Version A
This EDMS is a python program designed to allow adding, removing, updating, and searching employee records from a persistent file storage using MySQL.Connector
There are 5 functions namely addEmployee(), displayEmployees(), deleteEmployee(), updateEmployee() and searchEmployee().