{"id":47842582,"url":"https://github.com/abbgrade/psdac","last_synced_at":"2026-04-03T21:01:31.145Z","repository":{"id":43786062,"uuid":"407214845","full_name":"abbgrade/PsDac","owner":"abbgrade","description":"PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx.","archived":false,"fork":false,"pushed_at":"2025-12-18T10:20:58.000Z","size":216,"stargazers_count":4,"open_issues_count":14,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T02:35:05.937Z","etag":null,"topics":["automation","azure-sql","dacfx","dacpac","powershell","sqlserver"],"latest_commit_sha":null,"homepage":"https://abbgrade.github.io/PsDac/","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/abbgrade.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["abbgrade"]}},"created_at":"2021-09-16T15:20:00.000Z","updated_at":"2025-12-18T10:20:52.000Z","dependencies_parsed_at":"2023-11-25T15:23:51.008Z","dependency_job_id":"ef7dc0ea-6ba2-449b-92f7-44aa2c6fd4db","html_url":"https://github.com/abbgrade/PsDac","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/abbgrade/PsDac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsDac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsDac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsDac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsDac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abbgrade","download_url":"https://codeload.github.com/abbgrade/PsDac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsDac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31377117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","azure-sql","dacfx","dacpac","powershell","sqlserver"],"created_at":"2026-04-03T21:01:30.268Z","updated_at":"2026-04-03T21:01:31.138Z","avatar_url":"https://github.com/abbgrade.png","language":"C#","funding_links":["https://github.com/sponsors/abbgrade"],"categories":[],"sub_categories":[],"readme":"# Readme\r\n\r\nPsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of [Microsoft.SqlServer.DacFx](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx). For example you can access the content of a Dacpac file to generate documentation, or Azure Data Factory pipelines. Or do PowerShell native deployments without [SqlPackage.exe](https://docs.microsoft.com/de-de/sql/tools/sqlpackage/sqlpackage?view=sql-server-ver15). It is part of [PsSqlUtils](https://github.com/abbgrade/PsSqlUtils).\r\n\r\nFor details, visit the [GitHub Pages](https://abbgrade.github.io/PsDac/).\r\n\r\n## Installation\r\n\r\nThis module can be installed from [PsGallery](https://www.powershellgallery.com/packages/PsDac).\r\n\r\n```powershell\r\nInstall-Module -Name PsDac -Scope CurrentUser\r\n```\r\n\r\nAlternatively it can be build and installed from source.\r\n\r\n1. Install the development dependencies\r\n2. Download or clone it from GitHub\r\n3. Run the installation task:\r\n\r\n```powershell\r\nInvoke-Build Install\r\n```\r\n\r\n## Usage\r\n\r\nSee [the command reference](./docs/) for descriptions and examples.\r\n\r\n## Changelog\r\n\r\nSee the [changelog](./CHANGELOG.md) file.\r\n\r\n## Development\r\n\r\n[![.github/workflows/build-validation.yml](https://github.com/abbgrade/PsDac/actions/workflows/build-validation.yml/badge.svg?branch=develop)](https://github.com/abbgrade/PsDac/actions/workflows/build-validation.yml)\r\n\r\n- This is a [Portable Module](https://docs.microsoft.com/de-de/powershell/scripting/dev-cross-plat/writing-portable-modules?view=powershell-7) based on [PowerShell Standard](https://github.com/powershell/powershellstandard) and [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).\r\n- [VSCode](https://code.visualstudio.com) is recommended as IDE. [VSCode Tasks](https://code.visualstudio.com/docs/editor/tasks) are configured.\r\n- Build automation is based on [InvokeBuild](https://github.com/nightroman/Invoke-Build)\r\n- Test automation is based on [Pester](https://pester.dev)\r\n- Documentation is based on [platyPs](https://github.com/PowerShell/platyPS)\r\n- Commands are named based on [Approved Verbs for PowerShell Commands](https://docs.microsoft.com/de-de/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)\r\n- This project uses [git-flow](https://github.com/nvie/gitflow).\r\n- This project uses [keep a changelog](https://keepachangelog.com/en/1.0.0/).\r\n- This project uses [PsBuildTasks](https://github.com/abbgrade/PsBuildTasks).\r\n\r\n### Build\r\n\r\nThe build scripts require InvokeBuild. If it is not installed, install it with the command `Install-Module InvokeBuild -Scope CurrentUser`.\r\n\r\nYou can build the module using the VS Code build task or with the command `Invoke-Build Build`.\r\n\r\n### Release\r\n\r\n1. Create release branch using gitflow.\r\n2. Update version number in psd1 file.\r\n3. Update changelog in this readme file.\r\n4. Uninstall old versions.\r\n5. publish release using `Invoke-Build Publish`.\r\n6. finish release using gitflow.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbgrade%2Fpsdac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbgrade%2Fpsdac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbgrade%2Fpsdac/lists"}