docs.rs failed to build flowscope-export-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
flowscope-export-0.6.0
flowscope-export
Database export helpers for FlowScope analysis results.
Overview
flowscope-export provides utilities to export flowscope-core lineage results to database and report formats. The default backend is DuckDB, which can be disabled by turning off the duckdb feature.
Features
duckdb(default): Export lineage to a DuckDB database file.- SQL export: Generate DDL + INSERT statements for DuckDB (WASM-friendly).
- Mermaid export: Script/table/column/hybrid diagrams.
- CSV archive: ZIP bundle of structured CSV exports.
- XLSX export: Excel workbook with summary and lineage sheets.
- HTML export: Self-contained report with Mermaid diagrams.
- JSON export: Pretty or compact
AnalyzeResult.
Usage
Add it to your project alongside flowscope-core:
[]
= "0.1.0"
= "0.1.0"
License
Apache 2.0