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.
- Host: GitHub
- URL: https://github.com/abbgrade/pssqldevtools
- Owner: abbgrade
- License: mit
- Created: 2022-07-23T15:09:52.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-07T09:07:48.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T00:46:51.473Z (about 2 years ago)
- Language: PowerShell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.