mvitlov / vscode-db-explorer-firebird

Explore and run queries against your Firebird® databases without leaving VS Code.
MIT License
21 stars 11 forks source link
db fdb firebird gdb rdbms sql


extension-icon
DB Explorer for Firebird® databases

Explore and run queries against your Firebird® databases without leaving VS Code.

badge-version badge-installs

This extension allows you to connect directly to your Firebird® databases, list tables and fields, run queries, display/export results and more.

banner

Features

Getting Started

  1. Install the extension
  2. Restart VS Code and switch to DB Explorer view by clicking the newly added Firebird icon located at the VS Code Activity Bar.

Using the extension

Add new connection

You can add new connection to your Firebird database by clicking the Add New Connection icon in the DB Explorer title bar. You will be presented with a Connection Wizard to guide you through the process. After the process is complete, your database connection will appear inside DB Explorer View

Explore the database contents

You can view the database structure by expaning it's tree inside DB Explorer View.

Tip: Right-clicking the tree nodes will give you the list of predefined custom queries.

Set an active database

Before running your queries, remember to set an active database! You can:

Tip: The New Query command sets the selected database active and creates new SQL document.

Running SQL queries

Execute your SQL query by pressing Ctrl+Alt+Q or by right-clicking the editor and selecting the Run Firebird Query command. The results will be displayed in new tab.

Important: Multiple queries are currently not supported. If you have multiple queries written in your SQL document, make the selection around the one you want to run, otherwise you'll get an error.

SQL Mock Data Generator

See here for more details.

Settings

Disclaimer

This extensions is still in the early development stage, and as such it may not be suitable for usage in active development environment.

Bugs reports & Features requests

You can submit a bug report or a feature suggestion via GitHub Issue Tracker.