Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.67 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.67 KB

vscode-tdengine

This is a vscode extension of tdengine. You can configure the database connection parameters here, and check the database and table list in the navigation bar. You can view the details of the data table by clicking it, and arrange it in a specific order. You can also access the database in the plug-in by customizing the SQL statement.

How to Install

Before using, you should ensure that your device can access TDengine normally.

Install from Market

You can install the extension from vs-code offical market here, you can also search extensions in marketplace by "vscode-tdengine".

Install from VSIX

You can also download the VSIX file in the project and install it in the VS Code manually. image.png

How to use

  1. Click the TDengine icon on the bar. image.png

  2. Fill in relevant parameters. image.png

  3. View databases and tables lists. Click to view details. image.png image.png

  4. Input the SQL you want use image.png image.png

!Note: There may be some issues with this plugin in Ubuntu, related to the rendering of the Vscode webview module. We are trying to resolve this issue.