Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drbarnabus/dactools

A Helpful tool that can be used to deploy dacpac files to SQL Server. This tool has the ability to deploy a dacpac to multiple databases simultaniously.
https://github.com/drbarnabus/dactools

dacpac database dotnet dotnet-core microsoft-sql-server multi-tenant schema sql sqlpackage t-sql tool

Last synced: about 1 month ago
JSON representation

A Helpful tool that can be used to deploy dacpac files to SQL Server. This tool has the ability to deploy a dacpac to multiple databases simultaniously.

Awesome Lists containing this project

README

        

# DacTools

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** | [![Docs][docs-badge]][docs] | [![Docs][docs-pre-badge]][docs-pre] |
| **GitHub Release** | [![GitHub Release][gh-rel-badge]][gh-rel] | |
| **Build** | [![Build Status main][gh-actions-main-badge]][gh-actions-main] | [![Build Status develop][gh-actions-develop-badge]][gh-actions-develop] |
| **Coverage** | [![Codecov main][codecov-main-badge]][codecov-main] | [![Codecov develop][codecov-develop-badge]][codecov-develop] |
| **DacTools.Deployment.Tool** | [![NuGet][dtdt-badge]][dtdt] | [![NuGet][dtdt-pre-badge]][dtdt-pre] |
| **DacTools.Deployment.Core** | [![NuGet][dtdc-badge]][dtdc] | [![NuGet][dtdc-pre-badge]][dtdc-pre] |

## Compatibility

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.

## Quick Links

- [Documentation⇗][docs]
- [Configuration⇗][configuration]
- [Changelog⇗](./CHANGELOG.md)

# License

Licensed under [MIT](./LICENSE)

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.

[docs]: https://dactools.readthedocs.io/en/stable/?badge=stable
[docs-badge]: https://readthedocs.org/projects/dactools/badge/?version=stable
[docs-pre]: https://dactools.readthedocs.io/en/develop/?badge=develop
[docs-pre-badge]: https://readthedocs.org/projects/dactools/badge/?version=develop
[gh-rel]: https://github.com/DrBarnabus/DacTools/releases/latest
[gh-rel-badge]: https://img.shields.io/github/release/DrBarnabus/DacTools.svg
[gh-actions-main-badge]: https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml/badge.svg?branch=main
[gh-actions-main]: https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml
[gh-actions-develop-badge]: https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml/badge.svg?branch=develop
[gh-actions-develop]: https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml
[codecov-main-badge]: https://codecov.io/gh/DrBarnabus/DacTools/branch/main/graph/badge.svg
[codecov-main]: https://codecov.io/gh/DrBarnabus/DacTools/branch/main
[codecov-develop-badge]: https://codecov.io/gh/DrBarnabus/DacTools/branch/develop/graph/badge.svg
[codecov-develop]: https://codecov.io/gh/DrBarnabus/DacTools/branch/develop
[dtdt]: https://www.nuget.org/packages/DacTools.Deployment.Tool
[dtdt-badge]: https://img.shields.io/nuget/v/DacTools.Deployment.Tool
[dtdt-pre]: https://www.nuget.org/packages/DacTools.Deployment.Tool/absoluteLatest
[dtdt-pre-badge]: https://img.shields.io/nuget/vpre/DacTools.Deployment.Tool
[dtdc]: https://www.nuget.org/packages/DacTools.Deployment.Core
[dtdc-badge]: https://img.shields.io/nuget/v/DacTools.Deployment.Core
[dtdc-pre]: https://www.nuget.org/packages/DacTools.Deployment.Core/absoluteLatest
[dtdc-pre-badge]: https://img.shields.io/nuget/vpre/DacTools.Deployment.Core
[configuration]: https://drbarnabus-dactools.readthedocs-hosted.com/en/stable/configuration