Skip to content

Commit e23c6dc

Browse files
authored
Fixed the base jdbc url for Postgres in README.md. (#156)
1 parent 23f977c commit e23c6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jdbc:mysql://google/<DATABASE_NAME>?cloudSqlInstance=<INSTANCE_CONNECTION_NAME>&
9898

9999
##### Postgres
100100

101-
Base JDBC url: `jdbc:postgres://google/<DATABASE_NAME>`
101+
Base JDBC url: `jdbc:postgresql://google/<DATABASE_NAME>`
102102

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

0 commit comments

Comments
 (0)