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
- Host: GitHub
- URL: https://github.com/rchaganti/sqldrive
- Owner: rchaganti
- License: mit
- Created: 2018-04-27T10:39:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T11:00:01.000Z (almost 8 years ago)
- Last Synced: 2026-04-03T21:49:42.282Z (21 days ago)
- Topics: powershell, powershell-drive, psdrive, ships, sql, sql-server
- Language: PowerShell
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
