Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasp committed Mar 3, 2024
2 parents f85ba91 + 29d7441 commit 2788236
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ After you made changes to the schema in `prisma/schema.prisma`

`npx prisma migrate dev` to update the database

### Look in the database
### Connecting to the database

`npx prisma studio` will serve a local database client on
[https://localhost:5555](https://localhost:5555)
1. get the postgres database connection string (e.g. from heroku env or the
local db)
2. `npx prisma studio` will serve a local database client on
[https://localhost:5555](https://localhost:5555)

### Run without watch

Expand Down

0 comments on commit 2788236

Please sign in to comment.