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

https://github.com/abbgrade/pssqldevtools

Never do a machine's job, while developing with SQL Server or Azure data platform.
https://github.com/abbgrade/pssqldevtools

Last synced: 3 months ago
JSON representation

Never do a machine's job, while developing with SQL Server or Azure data platform.

Awesome Lists containing this project

README

          

# PsSqlDevTools

Never do a machine's job, while developing with SQL Server or Azure data platform.

## Getting Started

PsSqlDevTools is a PowerShell module with the mission of automating tasks that come with developing SQL Server or Azure data platform solutions.
It is inspired by [dbatools](https://github.com/dataplat/dbatools) and provides easy commands for previously complex tasks. Scenarios are database documentation, testing, build and deployment.

## Development

- 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)
- This project uses [git-flow](https://github.com/nvie/gitflow).
- This module uses [Semantic Versioning 1.0.0](https://semver.org/spec/v1.0.0.html)
- This project uses [PsBuildTasks](https://github.com/abbgrade/PsBuildTasks) to dev-ops automation.