I would like to ensure that my DB queries run with...
# squarelibraries
s
I would like to ensure that my DB queries run with SQLDelight aren't run on the main thread. Is the best way to copy the driver and add a check in
execute
?