Any async SQL API is basically gonna be just stand...
# exposed
f
Any async SQL API is basically gonna be just standard async wrappers around SQL calls, right? That would probably be assumed to occur outside of the actual DB interaction code. Separate concerns, instead of mixing the two together.