Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SQLTools Teradata DriverNew to Visual Studio Code? Get it now.
SQLTools Teradata Driver

SQLTools Teradata Driver

scriptpup

|
12,115 installs
| (3) | Free
VSCode SQLTools teradata driver
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQLTools Teradata Driver

This SQLTools-based extension supports Teradata databases. Using this extension you can browse databases, tables, views, run queries, export results to CSV and JSON files. Stay connected to multiple Teradata instances at the same time. View query history, bookmark frequently used queries. The extension supports multiple authentication mechanisms including: native database, LDAP, TDNEGO and Kerberos.

Development

If you'd like to contribute please feel free.

  1. Clone this repository and open it in VS Code.
  2. Change your git branch to a meaningfully named branch for your development goal.
  3. Run npm install to install dependencies.
  4. Run npm run compile to compile the .ts scripts into .js
  5. Press F5 to start a debuging session. This opens a new VS Code window with a development version of the driver extension loaded. Output from the extension with your local changes shows up in the Debug Console, with console output showing in the new window. You can set break points, step through your code, and inspect variables either in the Debug view or the Debug Console (somewhat, I could only get the extension.ts file to connect to the debug host correctly).
  6. Once your changes are made, create a PR back to the repository. If you've never created a PR, github's documentation is pretty extensive.

Please make at least one commit per feature/fix. Please avoid large commits with a large list of changes, it makes it easier to review code changes and understand what's done.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft