Skip to content

Commit

Permalink
Update prisma.md (#848)
Browse files Browse the repository at this point in the history
Intended database was not written.
  • Loading branch information
Tekipeps committed Aug 24, 2022
1 parent dbf31a2 commit da64ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/integrations/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ datasource db {

### CockroachDB

Here is an example connection string with a local Microsoft SQL Server database:
Here is an example connection string with a local CockroachDB database:

```prisma
datasource db {
Expand All @@ -217,11 +217,11 @@ datasource db {

### MongoDB

Here is an example connection string with a local Microsoft SQL Server database:
Here is an example connection string with a local MongoDB database:

```prisma
datasource db {
provider = "mongodb"
url = env("DATABASE_URL")
}
```
```

0 comments on commit da64ff2

Please sign in to comment.