Currently, when a query is made, its rendering is deferred via an SQLResult object. We could have a global option so that the default rendering could save each result as a CSV file. This could be turned off, by default, on developers' laptops. It could be turned on when rendering server side for our customers. See also https://github.com/TuftsCTSI/TRDW.jl/issues/89
Currently, when a query is made, its rendering is deferred via an
SQLResult
object. We could have a global option so that the default rendering could save each result as a CSV file. This could be turned off, by default, on developers' laptops. It could be turned on when rendering server side for our customers. See also https://github.com/TuftsCTSI/TRDW.jl/issues/89