Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironmansoftware/universal-database-explorer
A MS SQL database explorer.
https://github.com/ironmansoftware/universal-database-explorer
Last synced: 9 days ago
JSON representation
A MS SQL database explorer.
- Host: GitHub
- URL: https://github.com/ironmansoftware/universal-database-explorer
- Owner: ironmansoftware
- License: mit
- Created: 2023-01-17T23:16:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T00:25:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:05:06.464Z (4 months ago)
- Language: PowerShell
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ironmansoftware/universal-database-explorer - A MS SQL database explorer. (PowerShell)
README
# PowerShell Universal Dashboard Explorer
View databases, tables, users and data in your MS SQL server.
# Requirements
This template requires the `dbatools` module.
```powershell
Install-Module dbatools
```# Usage
By default, this dashboard connects to `(localdb)\MSSQLLocalDB`. You can connect another MS SQL Server instance by using the Set SQL Instance key.
# Screenshots
![](./databases.png)
![](./tables.png)
![](./users.png)
![](./views.png)
![](./table-data.png)