Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbgrade/PsSqlTestTasks
https://github.com/abbgrade/PsSqlTestTasks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abbgrade/PsSqlTestTasks
- Owner: abbgrade
- License: mit
- Created: 2022-07-31T06:17:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T19:14:17.000Z (about 2 years ago)
- Last Synced: 2024-05-18T06:35:06.861Z (6 months ago)
- Language: PowerShell
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - abbgrade/PsSqlTestTasks - (PowerShell)
README
# PsSqlTestTasks
[PsBuildTasks](https://github.com/abbgrade/PsBuildTasks) extension to test tools for SQL Server and Azure SQL.
## Installation
```powershell
Install-PsBuildExtension `
-Path . `
-Repository 'https://github.com/abbgrade/PsSqlTestTasks.git'
```