Skip to content

Commit 20bb6ab

Browse files
committed
Add er diagram to readme
1 parent e0b89f3 commit 20bb6ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ A VS Code extension to manage Entity Framework migrations.
66

77
<img src="./images/treeview-screenshot.png" width="460" alt="Entity Framework Migrations" />
88

9+
## Requirements
10+
11+
- [dotnet sdk](https://dotnet.microsoft.com/download)
12+
- [efcore tools](https://learn.microsoft.com/en-us/ef/core/cli/dotnet)
13+
- [Microsoft.EntityFrameworkCore.Design](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design) must be installed in one of the projects
14+
915
## Features
1016

1117
- List migrations by [`DbContext`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext)
@@ -18,15 +24,9 @@ A VS Code extension to manage Entity Framework migrations.
1824

1925
### ER Diagram
2026

21-
This extension can generate an Entity Relationship Diagram from your database using [Mermaid](https://mermaid.js.org/syntax/entityRelationshipDiagram.html).
27+
A [`Mermaid`](https://mermaid.js.org/syntax/entityRelationshipDiagram.html) [`.t4`](https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/templates) template will be installed into the project. You can ignore this file (by adding it to `.gitignore`), or add it to source control. The template file is used to generate the ER Diagram, feel free to customise it. If you delete it, it will be regenerated next time you generate an ER Diagram.
2228

23-
A `Mermaid` [`.t4`](https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/templates) template will be installed into the project. You can ignore this file (by adding it to `.gitignore`), or add it to source control. The template file is used to generate the ER Diagram, feel free to customise it. If you delete it, it will be regenerated next time you generate an ER Diagram.
24-
25-
## Requirements
26-
27-
- [dotnet sdk](https://dotnet.microsoft.com/download)
28-
- [efcore tools](https://learn.microsoft.com/en-us/ef/core/cli/dotnet)
29-
- [Microsoft.EntityFrameworkCore.Design](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design) must be installed in one of the projects
29+
<img src="./images/er-diagram.png" width="640" alt="Entity Framework Migrations" />
3030

3131
## Extension Settings
3232

images/er-diagram.png

198 KB
Loading

0 commit comments

Comments
 (0)