Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 443 Bytes

This is a library book database App, which allows user to:

  1. Display the exsiting books in database;
  2. Add book entry to the database;
  3. Look up a book by SKU;
  4. Look up a book by Author;
  5. 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....