MSSQL is not just for compiled code!
Current template provided requires Docker running 4gb of ram.
Note - this template uses .env to simulate environment variables at runtime. Warning - You should update the docker file with a strong password for sa. Warning - .sh files must be in unix format. Set your eol setting in vsc to
/n
or check docker logs is tnt db not created.
- run
npm run docker:build
- run
npm run docker:sql
- Run DOCKER image as container from above.
npm install
npm run watch
- run the VSC debugger or
npm start
- Launch SSMS, or RazorSQL
- Enter in localhost,1433
- Select sql login and use the credentials in the dockerfile.