{"id":15003216,"url":"https://github.com/drbarnabus/dactools","last_synced_at":"2025-10-30T09:31:33.219Z","repository":{"id":55089702,"uuid":"216889300","full_name":"DrBarnabus/DacTools","owner":"DrBarnabus","description":"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.","archived":false,"fork":false,"pushed_at":"2024-09-11T18:23:59.000Z","size":311,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-02T07:51:14.378Z","etag":null,"topics":["dacpac","database","dotnet","dotnet-core","microsoft-sql-server","multi-tenant","schema","sql","sqlpackage","t-sql","tool"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrBarnabus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-22T19:03:51.000Z","updated_at":"2024-11-16T11:00:45.000Z","dependencies_parsed_at":"2024-09-12T02:33:57.021Z","dependency_job_id":"bb697cab-2070-40c0-a1dc-0680f2247717","html_url":"https://github.com/DrBarnabus/DacTools","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2FDacTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2FDacTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2FDacTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrBarnabus%2FDacTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrBarnabus","download_url":"https://codeload.github.com/DrBarnabus/DacTools/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238950485,"owners_count":19557533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dacpac","database","dotnet","dotnet-core","microsoft-sql-server","multi-tenant","schema","sql","sqlpackage","t-sql","tool"],"created_at":"2024-09-24T18:57:09.971Z","updated_at":"2025-10-30T09:31:32.541Z","avatar_url":"https://github.com/DrBarnabus.png","language":"C#","readme":"# DacTools\r\n\r\nDacTools 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.\r\n\r\nIt 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.\r\n\r\n|                              |                         Stable (main)                          |                        Preview \u0026 Beta (develop)                         |\r\n|:----------------------------:|:--------------------------------------------------------------:|:-----------------------------------------------------------------------:|\r\n|           **Docs**           |                  [![Docs][docs-badge]][docs]                   |                   [![Docs][docs-pre-badge]][docs-pre]                   |\r\n|      **GitHub Release**      |           [![GitHub Release][gh-rel-badge]][gh-rel]            |                                                                         |\r\n|          **Build**           | [![Build Status main][gh-actions-main-badge]][gh-actions-main] | [![Build Status develop][gh-actions-develop-badge]][gh-actions-develop] |\r\n|         **Coverage**         |      [![Codecov main][codecov-main-badge]][codecov-main]       |      [![Codecov develop][codecov-develop-badge]][codecov-develop]       |\r\n| **DacTools.Deployment.Tool** |                  [![NuGet][dtdt-badge]][dtdt]                  |                  [![NuGet][dtdt-pre-badge]][dtdt-pre]                   |\r\n| **DacTools.Deployment.Core** |                  [![NuGet][dtdc-badge]][dtdc]                  |                  [![NuGet][dtdc-pre-badge]][dtdc-pre]                   |\r\n\r\n## Compatibility\r\n\r\nDacTools.Deployment works on Windows, Linux and Mac. It is supported on .NET 8 and .NET 6\r\n\r\nDacTools.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.\r\n\r\n## Quick Links\r\n\r\n- [Documentation⇗][docs]\r\n- [Configuration⇗][configuration]\r\n- [Changelog⇗](./CHANGELOG.md)\r\n\r\n# License\r\n\r\nLicensed under [MIT](./LICENSE)\r\n\r\nCopyright (c) 2022 DrBarnabus\r\n\r\n**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.\r\n\r\n[docs]:                         https://dactools.readthedocs.io/en/stable/?badge=stable\r\n[docs-badge]:                   https://readthedocs.org/projects/dactools/badge/?version=stable\r\n[docs-pre]:                     https://dactools.readthedocs.io/en/develop/?badge=develop\r\n[docs-pre-badge]:               https://readthedocs.org/projects/dactools/badge/?version=develop\r\n[gh-rel]:                       https://github.com/DrBarnabus/DacTools/releases/latest\r\n[gh-rel-badge]:                 https://img.shields.io/github/release/DrBarnabus/DacTools.svg\r\n[gh-actions-main-badge]:        https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml/badge.svg?branch=main\r\n[gh-actions-main]:              https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml\r\n[gh-actions-develop-badge]:     https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml/badge.svg?branch=develop\r\n[gh-actions-develop]:           https://github.com/DrBarnabus/DacTools/actions/workflows/ci.yml\r\n[codecov-main-badge]:           https://codecov.io/gh/DrBarnabus/DacTools/branch/main/graph/badge.svg\r\n[codecov-main]:                 https://codecov.io/gh/DrBarnabus/DacTools/branch/main\r\n[codecov-develop-badge]:        https://codecov.io/gh/DrBarnabus/DacTools/branch/develop/graph/badge.svg\r\n[codecov-develop]:              https://codecov.io/gh/DrBarnabus/DacTools/branch/develop\r\n[dtdt]:                         https://www.nuget.org/packages/DacTools.Deployment.Tool\r\n[dtdt-badge]:                   https://img.shields.io/nuget/v/DacTools.Deployment.Tool\r\n[dtdt-pre]:                     https://www.nuget.org/packages/DacTools.Deployment.Tool/absoluteLatest\r\n[dtdt-pre-badge]:               https://img.shields.io/nuget/vpre/DacTools.Deployment.Tool\r\n[dtdc]:                         https://www.nuget.org/packages/DacTools.Deployment.Core\r\n[dtdc-badge]:                   https://img.shields.io/nuget/v/DacTools.Deployment.Core\r\n[dtdc-pre]:                     https://www.nuget.org/packages/DacTools.Deployment.Core/absoluteLatest\r\n[dtdc-pre-badge]:               https://img.shields.io/nuget/vpre/DacTools.Deployment.Core\r\n[configuration]:                https://drbarnabus-dactools.readthedocs-hosted.com/en/stable/configuration\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbarnabus%2Fdactools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrbarnabus%2Fdactools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbarnabus%2Fdactools/lists"}