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

https://github.com/rchaganti/sqldrive

SQL Server objects as a PowerShell Drive
https://github.com/rchaganti/sqldrive

powershell powershell-drive psdrive ships sql sql-server

Last synced: about 8 hours ago
JSON representation

SQL Server objects as a PowerShell Drive

Awesome Lists containing this project

README

          

# SQLDrive
This is an experimental version of SQL Server as PowerShell Drive using the SHiPS module.

## Usage
```
Import-Module SHiPS -Force
Import-Module .\SQLDrive.psd1 -Force

New-PSDrive -Name SQL -PSProvider SHiPS -Root SQLDrive#SQLRoot
```
## Current State Demo
![](https://i.imgur.com/eOUhGHf.gif)