7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【heroku, Table Plus】herokuデータベースにTable Plusを接続する方法

Posted at

#前提
今回はrailsで作成しherokuへデプロイしたアプリを対象にします。
heroku, Table Plusの説明については本記事で対象外です。

また本記事は2021年5月22日時点のものです。

#結論
書き手順に沿って実行してみてください。

①herokuにログイン
②データベースに接続したいアプリを選択
③ResourcesタブしHeroku Postgresを選択
④SettingsタブのDatabase CredentialsのView Credencialsを選択
⑤URLをコピー
⑥Table Plusを起動し右クリックからnewを選択connection from URLを選択
⑦コピーしたURLを貼り付け

#詳細

####①herokuにログイン
https://jp.heroku.com/ からログインしてください。

####②データベースに接続したいアプリを選択
herokuにデプロイしたアプリの中から、Table Plusで接続したいアプリを選択してください。
スクリーンショット 2021-05-22 15.45.56.png

####③ResourcesタブしHeroku Postgresを選択
スクリーンショット 2021-05-22 15.49.26.png

####④SettingsタブのDatabase CredentialsのView Credencialsを選択
スクリーンショット 2021-05-22 15.53.32.png

####⑤URLをコピー
スクリーンショット 2021-05-22 15.55.24.png

####⑥Table Plusを起動し右クリックからnewを選択connection from URLを選択
スクリーンショット 2021-05-22 16.00.02.png

####⑦コピーしたURLを貼り付け
スクリーンショット 2021-05-22 16.01.48.png

以上です!

7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?