Skip to content

showplan/showplan-js

Repository files navigation

showplan.js

showplan.js is a JavaScript library for parsing SQL Server SHOWPLAN XML files into a strongly typed object.

npm version

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.

License

MIT