Export & Import
Export to SQL, OpenAPI, Mermaid diagrams, and TypeScript. Import from Mermaid.
Export Capabilities
Nodeable provides multiple export options to generate code and documentation from your diagrams.
SQL Export
Generate database schema DDL from your entity models.
Supported dialects:
- PostgreSQL
- MySQL
How to use:
- Open the branch you want to export
- Press
Ctrl+Kto open command palette - Search for "Export SQL"
- Select your dialect
- Copy or download the generated SQL
OpenAPI Export
Generate OpenAPI 3.0 specifications from your flow and service definitions.
What gets exported:
- HTTP endpoints (Controller nodes)
- Request/response schemas
- Service call definitions
How to use:
- Open command palette (
Ctrl+K) - Search for "Export OpenAPI"
- Download or copy the generated specification
Mermaid ERD Export
Export entity relationships as Mermaid ERD diagrams for documentation.
How to use:
- Command palette → "Export Mermaid ERD"
- Copy or download the Mermaid code
Mermaid Flowchart Export
Export flow diagrams as Mermaid flowcharts.
How to use:
- Command palette → "Export Mermaid Flow"
- Copy or download the Mermaid code
TypeScript Types Export
Generate TypeScript interfaces from your entity and DTO definitions.
How to use:
- Command palette → "Export TypeScript"
- Get type-safe interfaces for your data models
Import Capabilities
Import existing diagrams and code into Nodeable.
Mermaid ERD Import
Import entity relationship diagrams from Mermaid code.
How to use:
- Open command palette
- Search for "Import Mermaid ERD"
- Paste your Mermaid ERD code
- Review and confirm the import
Mermaid Flowchart Import
Import flow diagrams from Mermaid flowchart code.
How to use:
- Command palette → "Import Mermaid Flowchart"
- Paste the Mermaid code
- Nodes are created in the Flow view
Terraform IaC Import
Import Terraform plan JSON and generate infrastructure-focused nodes and dependency edges.
How to use:
- Open the import action in Data Grid or Unified View
- Choose Terraform IaC import
- Paste Terraform plan JSON (
terraform show -jsonoutput) - Run preview and review create/update/delete counts
- Apply to persist graph changes to your branch
Integration with External Tools
Jira Integration
Connect Nodeable with Jira to:
- Sync issues between Nodeable and Jira
- Link planning items to Jira tickets
- Track implementation status
Setup:
- Go to Workspace Settings → Integrations
- Connect your Jira instance
- Map Jira projects to Nodeable workspaces