https://github.com/tableplus/diagram-plugin
https://github.com/tableplus/diagram-plugin
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tableplus/diagram-plugin
- Owner: TablePlus
- Created: 2020-07-31T15:39:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T05:52:51.000Z (about 5 years ago)
- Last Synced: 2025-04-15T14:08:03.648Z (9 months ago)
- Language: JavaScript
- Size: 5.38 MB
- Stars: 114
- Watchers: 4
- Forks: 10
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this
This is a TablePlus Plugin, which can generate diagram from databases.
# Support
TablePlus build 330 and above.
# Install
### Build from source
```
git clone git@github.com:TablePlus/diagram-plugin.git
cd diagram-plugin/diagram.tableplusplugin
npm install
npm run build
open .
```