export-markdown-pg-reconstructs-network
IN premise
The `export_markdown` PostgreSQL path reconstructs a full `Network` object from `export_network()` output — creating Node/Justification objects and wiring the dependents index — because the markdown exporter requires a wired dependency graph, not a flat dict.
Summary
The markdown export function in the PostgreSQL backend cannot simply dump raw data. It needs to rebuild the complete network structure with proper node and justification objects and their dependency links, because the markdown format requires traversing the dependency graph to produce meaningful output.
Details
| Source | entries/2026/05/10/postgresql-backend-support.md |