Skip to content

Commit

Permalink
readme: add password parameter when connect to PostgreSQL (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Woong Seok Kang authored Jan 18, 2022
1 parent fc39794 commit 7fffa2d
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 @@ -67,7 +67,7 @@ Examples:
goose sqlite3 ./foo.db create fetch_user_data go
goose sqlite3 ./foo.db up
goose postgres "user=postgres dbname=postgres sslmode=disable" status
goose postgres "user=postgres password=postgres dbname=postgres sslmode=disable" status
goose mysql "user:password@/dbname?parseTime=true" status
goose redshift "postgres://user:[email protected]:5439/db" status
goose tidb "user:password@/dbname?parseTime=true" status
Expand Down

0 comments on commit 7fffa2d

Please sign in to comment.