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

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