tediousjs / tedious

Node TDS module for connecting to SQL Server databases.
http://tediousjs.github.io/tedious/
MIT License
1.58k stars 439 forks source link

doc: update the encrypt via a suggestion #1571

Closed MichaelSun90 closed 1 year ago

MichaelSun90 commented 1 year ago

David suggested we update the doc to: A string value set to 'strict' enables the TDS 8.0 protocol. Otherwise, encrypt can be set to a boolean value which determines whether or not the connection will be encrypted under the TDS 7.x protocol. (default: true ).