Created
March 26, 2017 16:38
-
-
Save Nonemoticoner/f4c797c614d92d04175dd1df0d0304f7 to your computer and use it in GitHub Desktop.
JetBrains DataGrip PostgreSQL Driver URL template for Heroku Postgres URI Database Credentials
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| postgres://{user:param}:{password:param}@{host::localhost}:{port::5432}/{database::postgres} |
Author
@kreempuff
Hi, this is a long shot but if you remember how this works I could really use your help lol
Somewhere in settings of DataGrip you gotta add this template. Then, when connecting to Heroku database, you can simply copy-paste the url they give you and connect to database. It's just for fastening the process. You could achive the same by typing user etc. by hand each separately to inputs. Also, when connecting to Heroku database from DataGrip remember about security flag. Please, note, I didn't use Heroku for some longer while so dunno if this is up to date.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this is a long shot but if you remember how this works I could really use your help lol