PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx.
PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx. For example you can access the content of a Dacpac file to generate documentation, or Azure Data Factory pipelines. Or do PowerShell native deployments without SqlPackage.exe.
For details, visit the GitHub Pages.
This module can be installed from PsGallery.
Install-Module -Name PsDac -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
.
Invoke-Build Publish
.