https://github.com/showplan/queryplan.show
Web frontend for queryplan-js and queryplan-vue
https://github.com/showplan/queryplan.show
sqlserver
Last synced: over 1 year ago
JSON representation
Web frontend for queryplan-js and queryplan-vue
- Host: GitHub
- URL: https://github.com/showplan/queryplan.show
- Owner: showplan
- License: mit
- Created: 2019-04-20T17:06:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:14:18.000Z (over 3 years ago)
- Last Synced: 2025-02-04T19:16:57.646Z (over 1 year ago)
- Topics: sqlserver
- Language: Vue
- Homepage: https://queryplan.show
- Size: 4.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ShowPlan.Js
Visualization of SQL Server XML SHOWPLAN
## Development Setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```