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
mod csv;
mod html;
mod json;
mod jsonl;
mod markdown;
mod text;
mod utils;
mod xml;

pub use csv::render_csv;
pub use csv::write_csv;
pub use html::render_html;
pub use json::render_json;
pub use jsonl::render_jsonl;
pub use jsonl::write_jsonl;
pub use markdown::render_markdown;
pub use text::render_text;
pub use text::write_text;
pub use xml::render_xml;