Jakub Paczkowski
Jakub Paczkowski
I found it extremely unconvinient while developing- that's why I've created AFK- and also AsyncGenericForeignKey. It probably could be improved but you'll see when I commit it.
I disagree- peewee-async is `Asynchronous interface for peewee ORM` which mean for me that it should replace execution layer(as you pointed) and allow code to be compatible with peewee as...
Well, ok then- I'll close this issue and maybe make separate repo for extensions sometime later. I understand your reasoning but for me it's creating traps for yourself- if you...
I completely see your point and I agree that it's not necessary to use async FKs- but for my case I need more convenience so it's quite useful- and I...
Not a problem- I had to solve it because I can't use any other connection than pooled in my project and I really need transactions ;) I didn't have time...