We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c20f39 commit d537bbfCopy full SHA for d537bbf
content/200-orm/500-reference/200-prisma-cli-reference.mdx
@@ -890,7 +890,7 @@ npx prisma dev start <glob>
890
`<glob>` is a placeholder for a glob pattern to specify which local Prisma Postgres instances should be started, for example:
891
892
```terminal
893
-npx prisma dev start mydb # starts a DB called `mydb` in the background
+npx prisma dev start mydb # starts a DB called `mydb` in the background if it already exists
894
```
895
896
To start all databases that begin with `mydb` (e.g. `mydb-dev` and `mydb-prod`), you can use a glob:
0 commit comments