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

https://github.com/tableplus/tabledump

This is a TablePlus plugin which add `copy table creation` menu in left panel
https://github.com/tableplus/tabledump

Last synced: 8 months ago
JSON representation

This is a TablePlus plugin which add `copy table creation` menu in left panel

Awesome Lists containing this project

README

          

# What is this

This is a TablePlus's Plugin, by install `tabledump` you will have a menu `Copy Script As` in context menu.

![tabledump](https://github.com/TablePlus/tabledump/blob/master/images/export-laravel.gif "tabledump")

# Support

TablePlus build 200 and above.

# Install

### From release

Install via Plugin Manager: `command + L`

### Build from source

```
git clone git@github.com:TablePlus/tabledump.git
cd tabledump/tabledump.tableplusplugin
npm install
npm run build
open .
```

# How to use

1. Open a connection.
3. Right on a item in left panel.
4. Select `Copy Script As` in menu.

# License

tabledump is released under the MIT license. See [LICENSE](https://github.com/TablePlus/DummiesData/blob/master/LICENSE) for details.