rednaks / django-async-orm

Bringing Async Capabilities to django ORM
https://pypi.org/project/django-async-orm/
MIT License
131 stars 9 forks source link

Perhaps it is better to use channels? #16

Closed daveusa31 closed 1 year ago

daveusa31 commented 2 years ago

Perhaps it's worth starting django-channels library for asynchronous db calls?

There is a function there. And, as I understand it, it will be more effective than it is now. image