Skip to content

Commit

Permalink
Fixed the base jdbc url for Postgres in README.md. (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored Aug 20, 2019
1 parent 23f977c commit e23c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jdbc:mysql://google/<DATABASE_NAME>?cloudSqlInstance=<INSTANCE_CONNECTION_NAME>&

##### Postgres

Base JDBC url: `jdbc:postgres://google/<DATABASE_NAME>`
Base JDBC url: `jdbc:postgresql://google/<DATABASE_NAME>`

When specifying the JDBC connection URL, add the additional parameters:

Expand Down

0 comments on commit e23c6dc

Please sign in to comment.