Skip to content

Commit 5bacc8c

Browse files
committed
show howto connect to postgres via cli
1 parent 0599b0e commit 5bacc8c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ composer setup:dev
8787
* PUT https://localhost/api/pets/8ba9661b-ba7f-436b-bd25-c0606f911f7d
8888
* DELETE https://localhost/api/pets/8ba9661b-ba7f-436b-bd25-c0606f911f7d
8989

90-
### DBs
90+
### Database
9191

92-
* jdbc:mongodb://petstore:4aAUfBjDACcdZxNwJgJ6@localhost:27017/petstore
92+
```sh
93+
mongosh "mongodb://petstore:4aAUfBjDACcdZxNwJgJ6@localhost:27017/petstore?authMechanism=DEFAULT&authSource=admin"
94+
```
9395

9496
## Structure
9597

0 commit comments

Comments
 (0)