> On Jul 21, 2016, at 3:13 PM, Rémi Cardona <[email protected]> wrote: > > IMHO the biggest missing piece is how to work with protocols: how to work > with protocols/transports/streams internals, what the user-facing API should > be, etc
I could actually write a tutorial on how to do that. In the meanwhile if you want to look at how I approach this problems please look at the asyncpg implementation. Y
