Skip to content

Commit

Permalink
Update prisma.mdx (#12286)
Browse files Browse the repository at this point in the history
  • Loading branch information
dugajean authored Nov 27, 2024
1 parent 7c20f02 commit 3df6ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ This will create an SQL migration file and execute it:
npm exec prisma migrate dev
```

Note that you will need to specify your database connection string in the environment variable `DATABASE_URL`. You can do this by setting it in a `.env` file at the root of your project. Note Prisma doesn't support `.env.local` syntax, it must be named `.env`. For more information, check out their [environment variables docs](https://www.prisma.io/docs/orm/more/development-environment/environment-variables/using-multiple-env-files).
Note that you will need to specify your database connection string in the environment variable `DATABASE_URL`. You can do this by setting it in a `.env` file at the root of your project.

### Generate Prisma Client

Expand Down

0 comments on commit 3df6ff9

Please sign in to comment.