How to use asyncpg with django? #1116
Replies: 1 comment
-
Currently, as per Django 5.0 release, Django ORM and most of Django itself is a synchronous framework where async functions are just sync functions wrapped into I don't mention that With Django project philosophy to be as stable as possible and backward compatible as possible, I don't expect any async conversion any time soon. If you're still looking for such integration, Django project itself would be a better place to ask. PS: above findings were for me a strong enough reason to switch to another framework entirely. |
Beta Was this translation helpful? Give feedback.
-
I have been looking to implement async functionalities to my Django app to optimize the app performance. I'm looking for ways to use asyncpg in the Django app along with Django's built-in sync feature. I would greatly appreciate any suggestion.
Beta Was this translation helpful? Give feedback.
All reactions