PowerShell Wrapper for SqlLocalDB Utility.
PsSqlLocalDb is a PowerShell wrapper for the SqlLocalDB utility.
For details, visit the GitHub Pages.
See the command reference for descriptions and examples.
See the changelog file.
This module can be installed from PsGallery.
Install-Module -Name PsSqlLocalDb -AllowPrerelease
Alternatively it can be built and installed from the sources:
Invoke-Build Install
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
.