Coder Social home page Coder Social logo

gilmarbrito / vscode-db-explorer-firebird Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mvitlov/vscode-db-explorer-firebird

0.0 0.0 0.0 1.53 MB

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

License: MIT License

JavaScript 16.43% TypeScript 59.76% CSS 21.17% HTML 2.64%

vscode-db-explorer-firebird's Introduction


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

  • NEW! 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)

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.

vscode-db-explorer-firebird's People

Contributors

mvitlov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.