https://github.com/aubreypwd/local-tableplus
Local ⚡️ Addon for launching TablePlus (MacOS only) to view databases.
https://github.com/aubreypwd/local-tableplus
5ftf database-management flywheel-local local macos tableplus wordpress
Last synced: 7 months ago
JSON representation
Local ⚡️ Addon for launching TablePlus (MacOS only) to view databases.
- Host: GitHub
- URL: https://github.com/aubreypwd/local-tableplus
- Owner: aubreypwd
- Created: 2020-07-31T16:52:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T08:23:04.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T19:03:35.364Z (11 months ago)
- Topics: 5ftf, database-management, flywheel-local, local, macos, tableplus, wordpress
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 37
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

You can use this addon for [Local](https://localwp.com/) 5.x on **MacOS ONLY** to connect to databases using [TablePlus](https://tableplus.com/) with one click!
## Install
Download the `.tgz` file from a [release](https://github.com/aubreypwd/local-tableplus/releases). Navigate to *Local → Addons → Installed → Install from Disk* and select the `.tgz` file. Enable *TablePlus* and restart Local.
## Usage
Connect to databases just like you would Sequel Pro or Adminer, but with
TablePlus!
## Development
Clone the repo anywhere you want using:
```
git clone git@github.com:aubreypwd/local-tableplus.git
```
Then, cd into the repo and run `npm run link` and it will automatically symlink to your Local addons folder and build the package.
then run `npm run build` or `npm run watch` (requires `watchexec`, install with `brew install watchexec`) to develop.
`master` will be the current development version.
### Packaging for release
Run `npm run dist` to create a package to distribute to release channels.