showplan-js
v1.0.1
Published
JavaScript Parser for SQL Server SHOWPLAN XML files
Downloads
11
Readme
ShowPlan.Js
ShowPlan.Js is a JavaScript library for parsing SQL Server SHOWPLAN XML files into a strongly typed object.
Installation
Use NPM or YARN to install foobar.
yarn add showplan-js
Usage
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.