Home

Awesome

License: MIT

SQLTools Snowflake Driver

A Visual Studio Code extension which extends the SQLTools extension, with a driver to work with the Snowflake Database. It supports tables and views, as well as running queries on Snowflake.

Installation

From the VS Code Marketplace

In the Snowflake Driver for SQLTools VS Code marketplace page, click Install.

Usage

After installing the Snowflake Driver for SQLTools, you will be able to create connections to Snowflake, explore tables and views, and run queries. For more information on how to use SQLTools please refer to SQLTools extension

What's not implemented:

To develop

  1. Clone this repository and open it in VS Code.
  2. Run npm install to install dependencies.
  3. Press F5 to start a debuging session. This opens a new VS Code window with the SQLTools Snowflake Driver extension loaded. Output from the extension with your local changes shows up in the Debug Console. You can set break points, step through your code, and inspect variables either in the Debug view or the Debug Console.

..

License

Copyright (c) 2022 MIT License

Support

This is a community built, maintained, and supported project. If you have a question or need support, please create a new issue.