Flask - Ecosystem and Patterns
You want to migrate a Flask app to async and have a route that calls an async database query function
async def fetch_data(). Which is the correct way to write the route?