Code Monkey home page Code Monkey logo

dbizzy's Introduction

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

  • Database preview and database browser's compatilibility with various SQL services.
  • Testing suites
  • Implementing TypeScript across all files

Release Notes

0.0.7

Implements base product:

  • Parses .sql files to display entity relationships.
  • Creates database browsers to query databases in memory. Databases persist while browsers are open.

Creators

Credits

dbizzy's People

Contributors

mcl030 avatar omar-rana avatar jcschen avatar kairilliet 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.