Module to generate mermaid ER diagrams for SQL Server databases.
Module to generate Mermaid ER diagrams for SQL Server databases.
This module can be installed from PsGallery.
Install-Module -Name PsSqlMermaid -Scope CurrentUser
Alternatively it can be build and installed from source:
Invoke-Build Install
See the command reference for descriptions and examples.
See the changelog file.
The build scripts require InvokeBuild. If it is not installed, install it with the command Install-Module InvokeBuild -Scope CurrentUser
.
You can build the module using the VS Code build task or with the command Invoke-Build Build
.