Skip to content

Commit

Permalink
Update docs/docs/guides/tutorials/nextjs.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: lfleischmann <[email protected]>
  • Loading branch information
Esther-Lita and lfleischmann authored Sep 18, 2023
1 parent 6a6e9b7 commit 1903a2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docs/guides/tutorials/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ $ npm install prisma --save-dev

Set up Prisma with the init command of the Prisma CLI:

```
$ npx prisma init --datasource-provider sqlite

```
```shell
npx prisma init --datasource-provider sqlite
This creates a new `prisma` directory with your Prisma schema file and configures SQLite as your database. Once we also create the "Todo" model, the Prisma schema file should look like this:
Expand Down

0 comments on commit 1903a2f

Please sign in to comment.