Re: Current Development of async ORM?

2021-12-31 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
The last movement I know of is that Andrew Godwin made a start on the
QuerySet API in https://github.com/django/django/pull/14843

On Fri, 31 Dec 2021 at 06:29, Andrew Wang  wrote:

> Happy new year y'all!
>
> I'm wondering if anyone else has a fork that started to chip away at an
> async ORM and advice for how it's going so far.
>
> For instance, where did you start? For me, I started with implementing an
> aiosqlite backend, moving on to RawQuery and Query, then SQLCompiler. How
> often are you using asgiref.sync rather than implementing an async
> compatible class like Signal or atomic? If you implemented a db backend,
> did you implement the DatabaseCreation class? Importantly, are you having
> to duplicate a lot of class method code due to the number of awaits used?
>
> Cheers,
> Andrew
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/860f65e5-4f91-4219-9ab9-87fc7e1cf435n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM3khrYFC5%2Bzm67HUk%3D0%3DW0Frtru-cy5G9jRxY6Z1CLXcQ%40mail.gmail.com.


Current Development of async ORM?

2021-12-30 Thread Andrew Wang
Happy new year y'all!

I'm wondering if anyone else has a fork that started to chip away at an 
async ORM and advice for how it's going so far.

For instance, where did you start? For me, I started with implementing an 
aiosqlite backend, moving on to RawQuery and Query, then SQLCompiler. How 
often are you using asgiref.sync rather than implementing an async 
compatible class like Signal or atomic? If you implemented a db backend, 
did you implement the DatabaseCreation class? Importantly, are you having 
to duplicate a lot of class method code due to the number of awaits used?

Cheers,
Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/860f65e5-4f91-4219-9ab9-87fc7e1cf435n%40googlegroups.com.