An open API service indexing awesome lists of open source software.

https://github.com/tableplus/diagram-plugin


https://github.com/tableplus/diagram-plugin

Last synced: 8 months ago
JSON representation

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 .
```