Browse Source

Update README.md

pull/1395/head
Weijan Chen 7 months ago
committed by GitHub
parent
commit
93bf1982bb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -19,7 +19,7 @@ Install from the [Visual Studio Code Marketplace](https://marketplace.visualstud
The Database Client extension will collects and sends anonymous usage data to the Database Client server to help improve our products and services. Read our [Privacy Statement](https://database-client.com/#/privacyPolicy) to learn more.
Telemetry reporting follows the telemetry settings of VS Code. Additionally, you can independently disable it by setting `"database-client.telemetry.usesOnlineServices": false`.
Telemetry reporting follows the [telemetry settings](https://code.visualstudio.com/docs/getstarted/telemetry) of VS Code. Additionally, you can independently disable it by setting `"database-client.telemetry.usesOnlineServices": false`.
## Connect
@ -96,4 +96,4 @@ Click the history button to open the list of recently executed query history rec
- [node-postgres](https://github.com/brianc/node-postgres): PostgreSQL client.
- [tedious](https://github.com/tediousjs/tedious): SqlServer client.
- [ioredis](https://github.com/luin/ioredis): Redis client.
- [vscode-sqlite](https://github.com/AlexCovizzi/vscode-sqlite): SQLite client code reference.
- [vscode-sqlite](https://github.com/AlexCovizzi/vscode-sqlite): SQLite client code reference.
Loading…
Cancel
Save