Re: django ORM with asyncio

2018-09-25 Thread luke lukes
yet to be > started. > > Andrew > > On Tue, Sep 18, 2018 at 5:55 AM luke lukes > wrote: > >> 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://

Re: django ORM with asyncio

2018-09-18 Thread Andrew Godwin
The project to make the ORM truly async is a tough one and yet to be started. Andrew On Tue, Sep 18, 2018 at 5:55 AM luke lukes wrote: > 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 <ht

django ORM with asyncio

2018-09-18 Thread luke lukes
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 SQLAlche