https://github.com/terminus-plugin-project/terminus-pancakes-plugin
Terminus Plugin to open Pantheon Site Databases in your Favorite SQL Client
https://github.com/terminus-plugin-project/terminus-pancakes-plugin
composer drupal heidisql mysql-workbench pancakes pantheon-site-database sequelpro terminus-plugin
Last synced: 12 months ago
JSON representation
Terminus Plugin to open Pantheon Site Databases in your Favorite SQL Client
- Host: GitHub
- URL: https://github.com/terminus-plugin-project/terminus-pancakes-plugin
- Owner: terminus-plugin-project
- License: mit
- Created: 2016-03-16T05:18:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T22:31:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T18:58:30.293Z (about 1 year ago)
- Topics: composer, drupal, heidisql, mysql-workbench, pancakes, pantheon-site-database, sequelpro, terminus-plugin
- Language: PHP
- Homepage:
- Size: 53.7 KB
- Stars: 26
- Watchers: 2
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pancakes
[](https://github.com/terminus-plugin-project/terminus-pancakes/releases/tag/2.0)
[](https://github.com/terminus-plugin-project/terminus-pancakes/releases/tag/1.0)
[](https://github.com/terminus-plugin-project/terminus-pancakes/releases/tag/0.1)
Terminus plugin to open any Pantheon site database using a SQL GUI client.
## Installation
### Terminus v3
`terminus self:plugin:install terminus-plugin-project/terminus-pancakes-plugin`
### Composer (Terminus v2 - Deprecated)
For quick install using Composer, install using:
`composer create-project --stability=beta -d ~/.terminus/plugins/ terminus-plugin-project/terminus-pancakes-plugin:~2`
### Manually
Download project and unzip to `~/.terminus/plugins/terminus-pancakes-plugin`
**_Note:_** For versions before Terminus 1.x, including v0.13, go [here](https://github.com/derimagia/terminus-pancakes/releases/tag/0.1).
## Supported:
[HeidiSQL](http://www.heidisql.com/) (Windows)
[Sequel Pro](http://www.sequelpro.com/) (Mac)
[MySQL Workbench](https://dev.mysql.com/downloads/workbench/) (Mac, Linux and Windows)
[MySQL CLI](https://dev.mysql.com/doc/refman/5.5/en/mysql.html) (Mac and Linux)
**_Note: The latest version of MySQL Workbench for Mac (version 6.3.6) is not compatible with this plugin._**
**_Please download version 6.2.5 instead. Click on the `Looking for previous GA versions?` link to locate._**
## Examples:
Simply running the new site command "pancakes" or "pc" will auto-detect the application you have installed:
`$ terminus site:pancakes`
`$ terminus site:pc`
`$ terminus pc`
`$ terminus pc site.dev`
You can also be specific with the app you want if you have multiple installed:
`$ terminus site:pc --app=sequel`
`$ terminus site:pc --app=workbench`
`$ terminus site:pc --app=heidi`
## Windows:
The plugin will automatically attempt to find the HeidiSQL executable within your `Program Files` directory. If your version of HeidiSQL is installed in a non-standard location or you are using the portable version of HeidiSQL, ensure the full path to heidisql.exe (including the executable itself) is set in the `TERMINUS_PANCAKES_HEIDISQL_LOC` environment variable.
Likewise, if your version of MySQL Workbench is installed outside the `Program Files` directory, make sure the `TERMINUS_PANCAKES_MYSQLWORKBENCH_LOC` environment variable is set.
## Help:
Run `terminus help site:pancakes` for help.
Refer to the [Terminus Getting Started](https://pantheon.io/docs/terminus/plugins/).