jmcarp / nplusone

Auto-detecting the n+1 queries problem in Python
MIT License
1.01k stars 50 forks source link

Add support for ASGI Servers #33

Open austincollinpena opened 4 years ago

austincollinpena commented 4 years ago

Love the package! I would really appreciate https://fastapi.tiangolo.com/ support.

They use the ASGI standard. When I try to run it I get:

AttributeError: 'NPlusOneMiddleware' object has no attribute 'add_route'
hartwork commented 4 years ago

Would you mind putting "ASGI" in the title of the ticket somewhere? Thank you!

austincollinpena commented 4 years ago

Done!