Skip to content

Commit

Permalink
docs: clarify requirement for TCP/IP connections to SQL Server
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jun 19, 2024
1 parent 28a2f8d commit 2549c31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Supported TDS drivers:

npm install mssql

## SQL Server prerequisites

This package requires TCP/IP to connect to SQL Server, and you may need to enable this in your installation.

## Short Example: Use Connect String

```javascript
Expand Down

0 comments on commit 2549c31

Please sign in to comment.