Skip to content

Commit d537bbf

Browse files
authored
Update content/200-orm/500-reference/200-prisma-cli-reference.mdx
1 parent 5c20f39 commit d537bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/500-reference/200-prisma-cli-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ npx prisma dev start <glob>
890890
`<glob>` is a placeholder for a glob pattern to specify which local Prisma Postgres instances should be started, for example:
891891

892892
```terminal
893-
npx prisma dev start mydb # starts a DB called `mydb` in the background
893+
npx prisma dev start mydb # starts a DB called `mydb` in the background if it already exists
894894
```
895895

896896
To start all databases that begin with `mydb` (e.g. `mydb-dev` and `mydb-prod`), you can use a glob:

0 commit comments

Comments
 (0)