I'm looking for something that can allow the usage of the Django ORM with 
asyncio (with PostgreSQL). 

As of now I found only aiopg <https://github.com/aio-libs/aiopg> in the 
*asyncio 
ecosystem* <https://github.com/aio-libs>, which allows to run raw SQL or to 
use SQLAlchemy only.


I then found something in the django channels docs 
<https://channels.readthedocs.io/en/latest/topics/databases.html#database-sync-to-async>
. 


is this:

https://github.com/django/channels/blob/master/channels/db.py


the missing piece that I was looking for?


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2af17ca1-6d48-45b0-9406-37e046934567%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to