All Projects → Snowflake-Labs → sqltools-snowflake-driver

Snowflake-Labs / sqltools-snowflake-driver

Licence: MIT license
A Snowflake driver for the SQLTools VSCode extension.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sqltools-snowflake-driver

Yuniql
Free and open source schema versioning and database migration made natively with .NET Core.
Stars: ✭ 156 (+457.14%)
Mutual labels:  snowflake
sno
Compact, sortable and fast unique IDs with embedded metadata.
Stars: ✭ 77 (+175%)
Mutual labels:  snowflake
laravel-snowflake
This Laravel package to generate 64 bit identifier like the snowflake within Twitter.
Stars: ✭ 94 (+235.71%)
Mutual labels:  snowflake
Snowflakes
❄️ Snowflakes in JavaScript
Stars: ✭ 170 (+507.14%)
Mutual labels:  snowflake
DiscordLookup
DiscordLookup | Get more out of Discord with Discord Lookup! Snowflake Decoder, Guild List with Stats, Invite Info and more...
Stars: ✭ 86 (+207.14%)
Mutual labels:  snowflake
DBTestCompare
Application to compare results of two SQL queries
Stars: ✭ 15 (-46.43%)
Mutual labels:  snowflake
Go Katsubushi
ID generator server
Stars: ✭ 118 (+321.43%)
Mutual labels:  snowflake
pdo snowflake
PHP PDO driver for snowflake
Stars: ✭ 36 (+28.57%)
Mutual labels:  snowflake
onionfruit
OnionFruit™ Connect - Tor access client with country selection, bridge configuration, pluggable transports and experimental DNS support
Stars: ✭ 150 (+435.71%)
Mutual labels:  snowflake
go-snowflake
❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).
Stars: ✭ 206 (+635.71%)
Mutual labels:  snowflake
Idworker
idworker 是一个基于zookeeper和snowflake算法的分布式ID生成工具,通过zookeeper自动注册机器(最多1024台),无需手动指定workerId和datacenterId
Stars: ✭ 171 (+510.71%)
Mutual labels:  snowflake
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+9314.29%)
Mutual labels:  snowflake
snowflake
a language
Stars: ✭ 16 (-42.86%)
Mutual labels:  snowflake
Terraform Provider Snowflake
Terraform provider for managing Snowflake accounts
Stars: ✭ 165 (+489.29%)
Mutual labels:  snowflake
sunflake
Zero dependency, lightweight, snowflake generator
Stars: ✭ 17 (-39.29%)
Mutual labels:  snowflake
Did
高性能的ID生成器, 基于rpcx和Memcached协议提供网络服务调用
Stars: ✭ 120 (+328.57%)
Mutual labels:  snowflake
Excelerator
This is an Excel Addin for Windows that reads and writes data to Snowflake
Stars: ✭ 53 (+89.29%)
Mutual labels:  snowflake
starlake
Starlake is a Spark Based On Premise and Cloud ELT/ETL Framework for Batch & Stream Processing
Stars: ✭ 16 (-42.86%)
Mutual labels:  snowflake
vue-snowf
Snowfall component for Vue.js, let it snow on your page! ❄ demo: https://fuxy526.github.io/snowf/
Stars: ✭ 38 (+35.71%)
Mutual labels:  snowflake
snowflake
Yet another snowflake
Stars: ✭ 22 (-21.43%)
Mutual labels:  snowflake

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:

  • Intellisense auto completion: Fast code completion has to use the SHOW commands to get search results quickly but it requires to run multiple sql queries for each search term. SQLTools not supporting it at the moment.
  • Automatic limit results: Running SELECT * FROM big_table with no limit clause will fetch every row form the table. SQLTools doesn't have abort query function. Please always add LIMIT 100 to the end of your SQL, otherwise you need to abort the query from the snowflake console.

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) 2021 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].