A Program that stores the book information in SQLite3 local database
A Program that stores the book information:
- Title
- Author
- Year
- ISBN
User can:
✅ View all books.
✅ Search for the book.
✅ Add a book.
✅ Update the book details.
✅ Delete the book.
✅ Close the window.