An online bookstore code on python and mysql.
This program first creates a database called 'ebookstore' and a table called 'books' that store all books uploaded to the database.
The user has the following options when using the database:
- To add a book to the database,
- To update information on the book stored in the databse,
- To delete a book from the database,
- To search for a book from the database,
- To exit the program.