oslabs-beta / dBizzy

VSCode extension that renders real time ER diagrams and allows for quick querying.
MIT License
79 stars 18 forks source link

Logo

dBizzy

An intuitive VS Code Extension designed to facilitate early-stage database development.
Explore the docs »

Report Bug · Request Feature

GitHub forks GitHub Repo stars GitHub release (latest by date including pre-releases) GitHub Contributions

Features

Once the extension is installed, navigate to the command palette. Two commands are available: Preview Database and Open Database Browser.

Preview Database

Running the command [dBizzy: Preview Database] prompts .sql file selection. The selected .sql file is then displayed in a new VSCode panel beside current panel. Changes to the .sql file can be reflected in the visualization upon clicking 'Update Diagrams.'

Preview Database

ER diagrams can be exported as SVG files by clicking the "Export Diagram" button. They will be saved in the current project directory folder.

Export ER Diagram

Open Database Browser

Running the command [dBizzy: Open Database Browser] prompts .sql file selection. The selected .sql file's text content is populated in the browser's query field. Upon first executing a valid query, a database is created in memory and the query is executed. Any returned results from the query are displayed under the query field. The database is persistent and is cleared from memory upon closing the browser panel.

Open Database Browser

Persistent Database

Features to improve / implement

Release Notes

0.0.7

Implements base product:

Creators

Credits