Ricardo Ander-Egg

Results 5 comments of Ricardo Ander-Egg

I see. According to [the `target_env` docs](https://doc.rust-lang.org/reference/conditional-compilation.html#target_env): > For historical reasons, this value is only defined as not the empty-string when actually needed for disambiguation. I can see why this...

I had this resource by Seth Michael Larson saved https://github.com/sethmlarson/pycon-async-sync-poster I haven't had a look at it, but it may contain useful info. On twitter, I mentioned passing an aiosqlite...

For async you have a few options. I'm currently using [encode/databases](https://github.com/encode/databases). It's been working great except for a few bugs that have been merged to master but not released yet....

That's actually an interesting way to do it. I don't know if you plan to load the queries manually or use aiosql. With aiosql you can access the ray sql...

Not yet, although this could be a good feature to have. There was recently https://github.com/litements/litequeue/pull/12 but the author closed it. I will consider it.