Skip to main content

Crate flowscope_export

Crate flowscope_export 

Source
Expand description

Database export for FlowScope analysis results.

Exports AnalyzeResult to queryable database formats (DuckDB, SQLite).

Two export modes are available:

  • Binary export (export_duckdb): Creates a DuckDB database file (native only)
  • SQL export (export_sql): Generates DDL + INSERT statements (WASM-compatible)

Structs§

ColumnMapping
ExportNaming
ScriptInfo
TableDependency
TableInfo

Enums§

ExportError
Errors that can occur during database export.
ExportFormat
Supported export formats for filenames and UI integrations.
MermaidView
TableType

Functions§

export
Export analysis result to a database file.
export_csv_bundle
export_duckdb
Export analysis result to DuckDB format.
export_html
export_json
export_mermaid
export_sql
Export analysis result as SQL statements.
export_xlsx

Type Aliases§

Format