Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 543 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 543 Bytes

node-mssql-repro

Reproduce node-mssql issues.

  1. npm install
  2. Set up your sample schema, data and stored procedures, if any, inside docker/mssql/schema.sql
  3. Write your test code and run the code with npm t
  4. Validate the demonstration in its entirety using bash test.sh
  5. If you need to start fresh: docker-compose down -v; bash test.sh. This kills the MSSQL container and deletes any state.

Notes

This uses the latest edition of SQL Server and node-mssql; be sure to install specific versions if you have a BC issue.