Reproduce node-mssql issues.
npm install
- Set up your sample schema, data and stored procedures, if any, inside
docker/mssql/schema.sql
- Write your test code and run the code with
npm t
- Validate the demonstration in its entirety using
bash test.sh
- If you need to start fresh:
docker-compose down -v; bash test.sh
. This kills the MSSQL container and deletes any state.
This uses the latest edition of SQL Server and node-mssql; be sure to install specific versions if you have a BC issue.