Browse Source

Add Prisma Studio (#2415)

pull/2426/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
692309988c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      DEVELOPMENT.md

6
DEVELOPMENT.md

@ -18,6 +18,12 @@
### Prisma
#### Access database via GUI
Run `yarn database:gui`
https://www.prisma.io/studio
#### Synchronize schema with database for prototyping
Run `yarn database:push`

Loading…
Cancel
Save