I wrote βοΈ π an article about Running Tasks Concurrently in Django Asynchronous Views
Buckle-up for our async-journey together! π #django #python #async
https://fly.io/blog/running-tasks-concurrently-in-django-asynchronous-views/
I wrote βοΈ π an article about Running Tasks Concurrently in Django Asynchronous Views
Buckle-up for our async-journey together! π #django #python #async
https://fly.io/blog/running-tasks-concurrently-in-django-asynchronous-views/
@apollo13 @felixxm I actually worded the sentence very badly. π
Mariusz showed in his article how you can make a fully asynchronous database query by manually creating an asynchronous connection and raw SQL statements. π
https://fly.io/django-beats/running-tasks-concurrently-in-django-asynchronous-views/#using-the-orm
It would be useful to make this possible directly in Django, at least when using PostgreSQL and Psycopg 3.1+ but I couldn't find an issue about it in the tracker, and I don't know if it doesn't exist or I couldn't find it. π€·