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§
Enums§
- Export
Error - Errors that can occur during database export.
- Export
Format - Supported export formats for filenames and UI integrations.
- Mermaid
View - Table
Type
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