A small template that:
- Spins up a Microsoft SQL Server in Docker
- Waits for it to be healthy
- Executes your SQL and C#
- Stops the MSSQL container, removes it
Theres a little flag that also lets you skip the creation and deletion of the container if you need a more rapid development experience.
I would like to move all of the code off to a NuGet package.
MIT