I'm looking into making my <SqlDriver> use `QueryR...
# squarelibraries
e
I'm looking into making my SqlDriver use
QueryResult.AsyncValue
, not because the driver itself is async, but because I want to use coroutines in my connection pool. Is that "abusing" the system, or a valid use case?