An interactive ER diagram viewer for Beekeeper Studio to visualize and explore relational database schemas.
# Clone the repo
git clone git@github.com:beekeeper-studio/bks-er-diagram.git
# Go to the directory
cd bks-er-diagram
# Link the directory to Beekeeper Studio plugins
ln -s $(pwd) ~/.config/beekeeper-studio/plugins/bks-er-diagram
# On Windows, replace $(pwd) with %cd%
# Install dependencies
yarn install
# Start development
yarn devFinally, open Beekeeper Studio 5.3 or newer (or restart the app).
Build the project for production:
yarn build