Skip to content
forked from microsoft/DacFx

SQL Server database schema validation, deployment, and upgrade runtime. Enables declarative database development and database portability across SQL Server versions and environments.

License

Notifications You must be signed in to change notification settings

bjss-colin/DacFx

Repository files navigation

DacFx

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases.

SqlPackage.exe is a command line interface to DacFx and is available for Windows, macOS, and Linux. For more about SqlPackage.exe, check out the reference page on Microsoft Docs.

Feedback Repository

This repository is currently focused on transparently triaging and addressing feedback on DacFx, including the NuGet package and the cross-platform CLI SqlPackage.exe. We welcome community interaction and suggestions! For more information on contributing feedback through interacting with issues see Contributing.

Download the Latest Release

Microsoft.SqlServer.DacFx on NuGet

https://www.nuget.org/packages/Microsoft.SqlServer.DacFx

This NuGet package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download DacFramework.msi.

DacFramework.msi and Cross-Platform SqlPackage.exe

Platform Download Release date Version Build
[Windows] MSI Installer October 4, 2021 18.8 15.0.5282.3
[macOS .NET Core] .zip file October 4, 2021 18.8 15.0.5282.3
[Linux .NET Core] .zip file October 4, 2021 18.8 15.0.5282.3
[Windows .NET Core] .zip file October 4, 2021 18.8 15.0.5282.3

Download Preview Versions

Preview versions of the DacFx NuGet are frequently available and can be downloaded from NuGet.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see Code of Conduct.

About

SQL Server database schema validation, deployment, and upgrade runtime. Enables declarative database development and database portability across SQL Server versions and environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.5%
  • TSQL 4.5%