query-forge 0.9.0

Run SQL queries and dataset diffs on XLSX/XML/CSV/JSON/JSONL/Markdown/HTML/Feather/Parquet inputs and export results as text, CSV, JSONL, Markdown, XML, HTML, XLSX, Feather, or Parquet
Documentation
1
2
3
4
5
6
pub(crate) mod formats;

pub use formats::{
    render_csv, render_html, render_json, render_jsonl, render_markdown, render_text, render_xml,
    write_csv, write_jsonl, write_text,
};