KiteSQL
KiteSQL is a Visual Studio Code extension for running SQL queries against SOAP and REST APIs and viewing results in VS Code.
Install
Install KiteSQL from the Visual Studio Code Marketplace, then reload VS Code if prompted.
Getting Started
- Open the Command Palette with
Ctrl+Shift+P (Cmd+Shift+P on macOS).
- Run
KiteSQL: Open Settings.
- Add and test a remote server connection.
- Open a SQL file and select the connection to use.
- Place the cursor in a query and run
KiteSQL: Run Current Query.
Commands
| Command |
Description |
KiteSQL: Open Settings |
Manage remote server connections. |
KiteSQL: Select connection for this editor |
Select the connection used by the active SQL editor. |
KiteSQL: Run Current Query |
Run the query at the active cursor position. |
KiteSQL: Run Query at Line |
Run a query at a specified SQL line. |
KiteSQL: Run Current Query is also available with Ctrl+Enter on Windows and Linux, or Cmd+Enter on macOS.
Requirements
- Visual Studio Code 1.85.0 or later.
- Access to a compatible KiteSQL API endpoint.
| |