async fn export_csv( source_sql: String, include_columns: bool, ) -> Result<(Body, &'static str, String), (StatusCode, String)>
CSV 导出:用 COPY … TO STDOUT WITH CSV 流式(大表不 OOM)。