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

wmorganltd/node-mssql-repro

Repository files navigation

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.

About

Reproduce node-mssql issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published