Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vertica/sqltools-vertica-driver
VSCode SQLTools driver for Vertica
https://github.com/vertica/sqltools-vertica-driver
extension sqltools-driver visual-studio-code
Last synced: about 2 months ago
JSON representation
VSCode SQLTools driver for Vertica
- Host: GitHub
- URL: https://github.com/vertica/sqltools-vertica-driver
- Owner: vertica
- License: apache-2.0
- Created: 2023-03-14T01:31:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:56:52.000Z (9 months ago)
- Last Synced: 2024-03-25T20:14:25.566Z (9 months ago)
- Topics: extension, sqltools-driver, visual-studio-code
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=vertica-official.sqltools-vertica-driver
- Size: 180 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLTools Vertica Driver
[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.org/licenses/Apache-2.0)
[Vertica](https://www.vertica.com/) driver for VS Code extension [SQLTools](https://github.com/mtxr/vscode-sqltools/).
## Installation
- Install the driver from the VS Code Extension Marketplace [page](https://marketplace.visualstudio.com/items?itemName=vertica-official.sqltools-vertica-driver).
- Within Visual Studio Code, bring up the Extensions view by clicking on the Extensions icon in the Activity Bar on the side or the *View: Extensions* command (Ctrl+Shift+X), then search `@tag:sql vertica` or just `vertica`.## Usage
After installation you will be able to create connections to Vertica, explore tables and views, run queries, etc. For more details see SQLTools [documentation](https://vscode-sqltools.mteixeira.dev/).
Please use Github [issue page](https://github.com/vertica/sqltools-vertica-driver/issues) to submit your feedback.