This is a library book database App, which allows user to:
- Display the exsiting books in database;
- Add book entry to the database;
- Look up a book by SKU;
- Look up a book by Author;
- Look up a book by Category.
This book database was developed in Eclipse, and it was connected to a local MySQL database. Please note that this is a console output based program, a web-based program is working in progress. Coming up soon....