You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this tables includes all books we use in our project
Table: users
this tables contains all users that logen into the database
referenced by 2 tables (saved_books, book_collections) for user_id
Table: saved_books
this tables contains all saved books by user
we retieve books for specific user using specified the user_id of current user that loged into the database and the collection_id where the book saved in
references to 3 tables (saved_books, book_collections, amazon_books)
reference properties are for book_id in amazon_books, user_id in users and collection_id in book_collections table