Skip to main content

export_csv

Function export_csv 

Source
async fn export_csv(
    source_sql: String,
    include_columns: bool,
) -> Result<(Body, &'static str, String), (StatusCode, String)>
Expand description

CSV 导出:用 COPY … TO STDOUT WITH CSV 流式(大表不 OOM)。