Add getting started example + SQL Server installation guide to README.md#1241
Add getting started example + SQL Server installation guide to README.md#1241IanChokS wants to merge 1 commit into
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1241 +/- ##
==========================================
- Coverage 81.52% 81.50% -0.03%
==========================================
Files 85 85
Lines 4536 4536
Branches 846 846
==========================================
- Hits 3698 3697 -1
- Misses 574 575 +1
Partials 264 264
Continue to review full report at Codecov.
|
| // Initialize the connection. | ||
| connection.connect(); | ||
| ``` | ||
| ### Setting up a SQL Server in Docker |
There was a problem hiding this comment.
These steps seem to be windows specific, but use the linux container. Does this work out of the box on windows? What about using the windows container? Should we also have getting started steps for that?
|
Would you mind changing the commit type from |
docs: update README with set up examples
895865c to
879b3e8
Compare
This adds a getting started example in the README page as well as a quick start up guide to install a SQL Server on docker.