We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4121f9 commit f00c8c5Copy full SHA for f00c8c5
content/recipes/prisma.md
@@ -75,7 +75,7 @@ $ npx prisma init
75
This command creates a new `prisma` directory with the following contents:
76
77
- `schema.prisma`: Specifies your database connection and contains the database schema
78
-- `.env`: A [dotenv](https://github.com/motdotla/dotenv) file, typically used to store your database credentials in an environment variable
+- `.env`: A [dotenv](https://github.com/motdotla/dotenv) file, typically used to store your database credentials in a group of environment variables
79
80
##### 3. Create your SQLite database file and set the database connection
81
0 commit comments