You need to implement a web scraping script that extracts product data from an e-commerce website books.toscrape.com and stores the extracted data in a database.
- Scrape product details (title, price, availability, quantity in stock) from multiple pages of a given website.
- Use Asyncio to efficiently fetch data from multiple pages in parallel.
- Store the extracted data in a database (your choice) deployed as a separate Docker container.