https://github.com/showplan/showplan-js
Javascript parser for SQL Server SHOWPLAN files
https://github.com/showplan/showplan-js
sqlserver
Last synced: about 2 months ago
JSON representation
Javascript parser for SQL Server SHOWPLAN files
- Host: GitHub
- URL: https://github.com/showplan/showplan-js
- Owner: showplan
- License: mit
- Created: 2019-04-12T14:55:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:38:27.000Z (over 3 years ago)
- Last Synced: 2025-03-08T06:19:50.796Z (over 1 year ago)
- Topics: sqlserver
- Language: TypeScript
- Size: 1.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# showplan.js
showplan.js is a JavaScript library for parsing SQL Server SHOWPLAN XML files into a strongly
typed object.
[](https://badge.fury.io/js/showplan-js)
## Installation
Use NPM or YARN to install foobar.
```bash
yarn add showplan-js
```
## Usage
```typescript
import { ShowPlanParser } from 'showplan-js';
const plan = ShowPlanParser.Parse(showPlanXml);
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)