NeoSQL ERD Overview
Summarizes ERD fundamentals and the broad scope NeoSQL covers across data modeling, schema design, and database application workflows.
What an ERD Is
An Entity Relationship Diagram is a visual blueprint of the <strong>tables, columns, keys, indexes, constraints, and relationships</strong> that make up a database. It helps you review where data is stored, which rules protect it, and how tables reference each other.
| Element | Meaning | docs.erdConceptScope.what.thPurpose |
|---|---|---|
| docs.erdConceptScope.what.rows.tableNode.element | docs.erdConceptScope.what.rows.tableNode.meaning | docs.erdConceptScope.what.rows.tableNode.purpose |
| docs.erdConceptScope.what.rows.column.element | docs.erdConceptScope.what.rows.column.meaning | docs.erdConceptScope.what.rows.column.purpose |
| docs.erdConceptScope.what.rows.relation.element | docs.erdConceptScope.what.rows.relation.meaning | docs.erdConceptScope.what.rows.relation.purpose |
| docs.erdConceptScope.what.rows.indexConstraint.element | docs.erdConceptScope.what.rows.indexConstraint.meaning | docs.erdConceptScope.what.rows.indexConstraint.purpose |
| docs.erdConceptScope.what.rows.memoGroup.element | docs.erdConceptScope.what.rows.memoGroup.meaning | docs.erdConceptScope.what.rows.memoGroup.purpose |
What NeoSQL Covers
NeoSQL ERD is not just a drawing tool. It is a <strong>design, review, and application tool connected to real database schemas</strong>. The tables and properties arranged on the canvas become the basis for DDL generation, Reverse/Forward Engineering, and change tracking.
| docs.erdConceptScope.scope.thScope | docs.erdConceptScope.scope.thDesc |
|---|---|
| docs.erdConceptScope.scope.rows.schemaModeling.scope | docs.erdConceptScope.scope.rows.schemaModeling.desc |
| docs.erdConceptScope.scope.rows.reverseEngineering.scope | docs.erdConceptScope.scope.rows.reverseEngineering.desc |
| docs.erdConceptScope.scope.rows.forwardEngineering.scope | docs.erdConceptScope.scope.rows.forwardEngineering.desc |
| docs.erdConceptScope.scope.rows.workAssist.scope | docs.erdConceptScope.scope.rows.workAssist.desc |
| docs.erdConceptScope.scope.rows.sharing.scope | docs.erdConceptScope.scope.rows.sharing.desc |
Main Screen Areas
The NeoSQL ERD screen is divided into the left navigation panel, central canvas, tool bar, mini map, and right detail panel.

| Area | docs.erdConceptScope.screen.thRole |
|---|---|
| docs.erdConceptScope.screen.rows.erdList.area | docs.erdConceptScope.screen.rows.erdList.role |
| docs.erdConceptScope.screen.rows.canvas.area | docs.erdConceptScope.screen.rows.canvas.role |
| docs.erdConceptScope.screen.rows.leftToolbar.area | docs.erdConceptScope.screen.rows.leftToolbar.role |
| docs.erdConceptScope.screen.rows.infoPanel.area | docs.erdConceptScope.screen.rows.infoPanel.role |
| docs.erdConceptScope.screen.rows.detailPanel.area | docs.erdConceptScope.screen.rows.detailPanel.role |
