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
- Host: GitHub
- URL: https://github.com/tableplus/tabledump
- Owner: TablePlus
- License: mit
- Created: 2018-01-19T19:11:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T12:51:40.000Z (over 2 years ago)
- Last Synced: 2025-04-15T14:08:03.720Z (8 months ago)
- Language: JavaScript
- Size: 6.31 MB
- Stars: 105
- Watchers: 4
- Forks: 18
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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