New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rockset-vscode

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rockset-vscode

This extension provides syntax highlighting for Rockset SQL in VSCode.

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-85.11%
Maintainers
1
Weekly downloads
 
Created
Source

Rockset VSCode README

Features

  • Syntax highlighting
  • Execute Queries
  • Error Highlighting
  • Autocomplete
  • Formatting

gif failed to load

Beta Installation


// Download to current directory
curl https://rockset-cli-artifacts.s3-us-west-2.amazonaws.com/vscode-artifacts/rockset-vscode-0.1.3.vsix > rockset.vsix

// Install from current directory
code --install-extension rockset.vsix

Usage

After installation, please first set the following two properties in your VSCode preferences (CMD-,).

  • rockset.apiserver: The Rockset API server to use with this extension
  • rockset.apikey: the Rockset apikey to use with this extension

The easiest way to get started with SQL files is to use Rock CLI v2.


// Authenticate
rock auth:add <apikey>

// Populate your Query Lambda SQL from Rockset
rock project:init
rock project:download

// Open the current directory in VSCode
code .

Then simply open one of the SQL files in your project and edit. CTRL-SHIFT-R (CMD-SHIFT-R on Mac) is the shortkey to execute the current SQL file. This will not include any parameters, and is a little bit limiting.

You can also execute queries with the Rock Development UI as follows:

// After following the setup instructions above
rock project:serve

This will open up a UI in which you can easily execute your Query Lambdas.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example: This extension contributes the following settings:

  • rockset.apiserver: The Rockset API server to use with this extension
  • rockset.apikey: the Rockset apikey to use with this extension

Release Notes

Users appreciate release notes as you update your extension.

0.1.3

Supports syntax highlighting, executing a query, and formatting

FAQs

Package last updated on 02 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc