Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 325 Bytes

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().