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.

ElementMeaningdocs.erdConceptScope.what.thPurpose
docs.erdConceptScope.what.rows.tableNode.elementdocs.erdConceptScope.what.rows.tableNode.meaningdocs.erdConceptScope.what.rows.tableNode.purpose
docs.erdConceptScope.what.rows.column.elementdocs.erdConceptScope.what.rows.column.meaningdocs.erdConceptScope.what.rows.column.purpose
docs.erdConceptScope.what.rows.relation.elementdocs.erdConceptScope.what.rows.relation.meaningdocs.erdConceptScope.what.rows.relation.purpose
docs.erdConceptScope.what.rows.indexConstraint.elementdocs.erdConceptScope.what.rows.indexConstraint.meaningdocs.erdConceptScope.what.rows.indexConstraint.purpose
docs.erdConceptScope.what.rows.memoGroup.elementdocs.erdConceptScope.what.rows.memoGroup.meaningdocs.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.thScopedocs.erdConceptScope.scope.thDesc
docs.erdConceptScope.scope.rows.schemaModeling.scopedocs.erdConceptScope.scope.rows.schemaModeling.desc
docs.erdConceptScope.scope.rows.reverseEngineering.scopedocs.erdConceptScope.scope.rows.reverseEngineering.desc
docs.erdConceptScope.scope.rows.forwardEngineering.scopedocs.erdConceptScope.scope.rows.forwardEngineering.desc
docs.erdConceptScope.scope.rows.workAssist.scopedocs.erdConceptScope.scope.rows.workAssist.desc
docs.erdConceptScope.scope.rows.sharing.scopedocs.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.

NeoSQL ERD screen showing the left panel, canvas, tools, mini map, and right panel
Areadocs.erdConceptScope.screen.thRole
docs.erdConceptScope.screen.rows.erdList.areadocs.erdConceptScope.screen.rows.erdList.role
docs.erdConceptScope.screen.rows.canvas.areadocs.erdConceptScope.screen.rows.canvas.role
docs.erdConceptScope.screen.rows.leftToolbar.areadocs.erdConceptScope.screen.rows.leftToolbar.role
docs.erdConceptScope.screen.rows.infoPanel.areadocs.erdConceptScope.screen.rows.infoPanel.role
docs.erdConceptScope.screen.rows.detailPanel.areadocs.erdConceptScope.screen.rows.detailPanel.role