FeatureBaseDB / vscode-featurebase

FeatureBase extension for VSCODE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeatureBase for Visual Studio Code

Welcome to FeatureBase for Visual Studio Code! An extension for developing FeatureBase with functionalities including:

  • Connect to FeatureBase databases both locally and in the cloud
  • Manage connection profiles
  • Connect to a different FeatureBase instance or database in each tab
  • Write and run queries

Install link:

Quickstart

  1. Open the Command Palette (Ctrl + Shift + P).

  2. Search and select

  3. In the command palette, select 'Create Connection Profile'. Follow the prompts to enter your FeatureBase database's hostname, username, and password.

You are now connected to your FeatureBase database. You can confirm this via the Status Bar (the ribbon at the bottom of the VS Code window). It will show your connected database, and user.

  1. You can type a query like 'show tables;'

  2. Right-click, select 'Execute Query' and the results will show in a new window.

Offline Installation

For machines with no Internet access, you can still use the extension by choosing the Install from VSIX... option in the Extension view and installing a bundled release from our releases page. Each operating system has a .vsix file with the required service included. Pick the file for your OS, download and install to get started. We recommend you choose a full release and ignore any alpha or beta releases as these are our daily builds used in testing.

Support

Support for this extension is provided on our [GitHub Issue Tracker]. You can submit a [bug report], a [feature suggestion] or participate in [discussions].

Contributing to the Extension

See the [developer documentation] for details on how to contribute to this extension.

Code of Conduct

Privacy Statement

License

This extension is [licensed under the MIT License]. Please see the [third-party notices] file for additional copyright notices and license terms applicable to portions of the software.

About

FeatureBase extension for VSCODE

License:Apache License 2.0