TuftsCTSI / TRDW.jl

This is a Pluto environment with FunSQL for use in Research Requests
Other
2 stars 0 forks source link

option to write "all" results to CSV file (excepting identifying queries) #88

Open clarkevans opened 4 months ago

clarkevans commented 4 months ago

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