Below are the basic functionalities included in the solution.
- Add Book to the library
- Remove Book to the library
- Search Books By Title
- Search Books By Author
- Return Book
- Issue Book
- Fetch Readers History
- Admin
- Admin_ID
- Admin_Name
- Password
- Author
- Author_ID
- Author_Name
- Book
- Book_ID
- Name
- ISBN
- Edition
- Publisher_ID
- Price
- Copies
- Publisher
- Publisher_ID
- Publisher_Name
- AuthorBookAssociation
- Author_Book_Association_ID
- Book_ID
- Author_ID
- Reader
- Reader_ID
- Reader_Name
- Transaction
- Transaction_ID
- Book_ID
- Reader_ID
- Start_Date
- Estimated_Due_Date
- Returned_Date