Skip to content

Instantly share code, notes, and snippets.

@Nonemoticoner
Created March 26, 2017 16:38
Show Gist options
  • Select an option

  • Save Nonemoticoner/f4c797c614d92d04175dd1df0d0304f7 to your computer and use it in GitHub Desktop.

Select an option

Save Nonemoticoner/f4c797c614d92d04175dd1df0d0304f7 to your computer and use it in GitHub Desktop.
JetBrains DataGrip PostgreSQL Driver URL template for Heroku Postgres URI Database Credentials
postgres://{user:param}:{password:param}@{host::localhost}:{port::5432}/{database::postgres}
@kreempuff

Copy link
Copy Markdown

Hi, this is a long shot but if you remember how this works I could really use your help lol

@Nonemoticoner

Copy link
Copy Markdown
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