You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ The create flow supports:
155
155
- project name via `--name`
156
156
- schema presets via `--schema-preset empty|basic` (default: `basic`)
157
157
158
-
When initializing an existing project, it adds the standard Prisma setup: `prisma/schema.prisma`, `prisma/seed.ts`, `prisma.config.ts`, and `src/lib/prisma.ts`.
158
+
When initializing an existing project, it adds the standard Prisma setup from the dedicated init template and asks where to place the Prisma instance file, defaulting to`src/lib/prisma.ts`.
159
159
160
160
`create` prompts for database choice, package manager, and whether to install dependencies now.
161
161
Supported providers in this flow: `postgresql`, `mysql`, `sqlite`, `sqlserver`, `cockroachdb`.
0 commit comments