Skip to content

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

License

Notifications You must be signed in to change notification settings

ninoDeme/vscode-db-explorer-firebird

 
 

Repository files navigation


extension-icon
DB Explorer for Firebird® databases

Fork of extension from Marin Vitlov

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

Visual Studio Marketplace Version Visual Studio Marketplace 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

Features added in this fork

  • Table alias in code completion
  • [Experimental] Native driver support (required for WireCrypt support)
  • Fixed query results and mock data view

Features in the original version

  • SQL Mock Data Generator
  • Manage multiple database connections
  • List hosts, databases, tables and fields inside Explorer View
  • Firebird Reserved Words Code Completion
  • Table and field names Code Completion
  • Run Firebird SQL queries
  • Run predefined custom queries
  • View results in a table
  • Realtime results filtering and sorting
  • Export results to JSON, CSV, XSLX or PDF file

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:

  • Right-click the database node and select Set Active
  • Click the Firebird indicator in the bottom left status bar and select database from a list

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

  • firebird.codeCompletion.keywords: <boolean> | Enable Code Completion for Firebird Reserved Words (Default true)
  • firebird.codeCompletion.database: <boolean> | Enable Code Completion for Table and Field names (Default true)
  • firebird.logLevel: <string> | Logging level displayed in output channel. (Default INFO)
  • firebird.maxTablesCount: <number> | Number of tables visible in database tree. (Default 10)
  • firebird.recordsPerPage: <string> | Number of records to display per page. (Default 10)
  • firebird.mockarooApiKey <string> | API key for Mock Data Generator (Default blank)
  • firebird.useNativeDriver <boolean> | Enable native driver support (Default false)

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.8%
  • CSS 19.8%
  • JavaScript 15.9%
  • HTML 2.5%