Simple terminal app that interacts with a MySQL database.
This app consists of functions to add, remove, modify, and some stored procedures.
These stores procedures consist of finding a customer's ID based on their name, find customer name based on ID, find billing info based on ID, find contact info based on ID, and find all details based on ID.