dBizzy
An intuitive VS Code Extension designed to facilitate early-stage database development.
FeaturesOnce the extension is installed, navigate to the command palette. Two commands are available: Preview Database and Open Database Browser. Preview DatabaseRunning 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.' ER diagrams can be exported as SVG files by clicking the "Export Diagram" button. They will be saved in the current project directory folder. Open Database BrowserRunning 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. Features to improve / implement
Release Notes0.0.7Implements base product:
CreatorsCredits
|