DacTools is a tool that can be used to deploy DacPac files to Microsoft SQL Server. This tool expands upon DacFx by providing the ability to run multiple deployments to multiple databases simultaneously in parallel.
It was originally designed for use in Multi-Tenant scenarios where you may have a database per Customer (or Tenant) but you want to use a sqlproj to keep the schema of those databases in line.
Stable (main) | Preview & Beta (develop) | |
---|---|---|
Docs | ||
GitHub Release | ||
Build | ||
Coverage | ||
DacTools.Deployment.Tool | ||
DacTools.Deployment.Core |
DacTools.Deployment works on Windows, Linux and Mac. It is supported on .NET 8 and .NET 6
DacTools.Deployment currently makes use of Microsoft.SqlServer.DACFx v162.x and as such it can target SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017, 2019, 2022 and Microsoft Azure SQL Databases.
Licensed under MIT
Copyright (c) 2022 DrBarnabus
Notice: This isn't an official Microsoft repository or tool, this is an open source project designed to assist in deploying dacpac Data-tier Applications.