Skip to content
/ DacFx Public
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

ilnarag/DacFx

 
 

Repository files navigation

DacFx and Related Components

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a .NET library 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.

Microsoft.Build.Sql (preview) is a .NET project SDK for SQL projects, compiling T-SQL code to a data-tier application package (dacpac). The SQL project SDK is available via NuGet (https://www.nuget.org/packages/Microsoft.Build.Sql/) and in this repository.

Repository Focus

Feedback

This repository is available for 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.

Related Open Source Projects

This repository is available to make related open source components accessible even from their early stages. Feedback and contributions are welcome!

Download the Latest Releases

Microsoft.SqlServer.DacFx on NuGet

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

This NuGet package is a lightweight version of DacFx. Preview versions of the DacFx NuGet are also frequently released.

DacFramework.msi and Cross-Platform SqlPackage.exe

If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, you can obtain it by downloading the SqlPackage.exe (.zip file) or DacFramework.msi.

Platform Download Release date Version Build
Windows MSI Installer January 25, 2022 19.0 16.0.5400.1
macOS .NET Core .zip file January 25, 2022 19.0 16.0.5400.1
Linux .NET Core .zip file January 25, 2022 19.0 16.0.5400.1
Windows .NET Core .zip file January 25, 2022 19.0 16.0.5400.1

Microsoft.Build.Sql

https://www.nuget.org/packages/Microsoft.Build.Sql/

This NuGet package is a .NET project SDK for SQL projects.

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

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.4%
  • TSQL 5.6%