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
* Added a tip to remove tips
Added a tip to help the user understand how they can suppress tips.
* changed init command promo url
* updated snapshots
---------
Co-authored-by: Alexander Polanco <[email protected]>
Copy file name to clipboardExpand all lines: packages/cli/src/__tests__/commands/__snapshots__/Init.test.ts.snap
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Next steps:
10
10
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
11
11
3. Run prisma db pull to turn your database schema into a Prisma schema.
12
12
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
13
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
13
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
14
14
15
15
More information in our documentation:
16
16
https://pris.ly/d/getting-started
@@ -58,7 +58,7 @@ Next steps:
58
58
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
59
59
3. Run prisma db pull to turn your database schema into a Prisma schema.
60
60
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
61
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
61
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
62
62
63
63
More information in our documentation:
64
64
https://pris.ly/d/getting-started
@@ -95,7 +95,7 @@ Next steps:
95
95
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
96
96
3. Run prisma db pull to turn your database schema into a Prisma schema.
97
97
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
98
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
98
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
99
99
100
100
More information in our documentation:
101
101
https://pris.ly/d/getting-started
@@ -129,7 +129,7 @@ Next steps:
129
129
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
130
130
2. Run prisma db pull to turn your database schema into a Prisma schema.
131
131
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
132
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
132
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
133
133
134
134
More information in our documentation:
135
135
https://pris.ly/d/getting-started
@@ -169,7 +169,7 @@ Next steps:
169
169
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
170
170
2. Define models in the schema.prisma file.
171
171
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
172
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
172
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
173
173
174
174
More information in our documentation:
175
175
https://pris.ly/d/getting-started
@@ -210,7 +210,7 @@ Next steps:
210
210
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
211
211
3. Run prisma db pull to turn your database schema into a Prisma schema.
212
212
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
213
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
213
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
214
214
215
215
More information in our documentation:
216
216
https://pris.ly/d/getting-started
@@ -251,7 +251,7 @@ Next steps:
251
251
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
252
252
3. Run prisma db pull to turn your database schema into a Prisma schema.
253
253
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
254
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
254
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
255
255
256
256
More information in our documentation:
257
257
https://pris.ly/d/getting-started
@@ -287,7 +287,7 @@ Next steps:
287
287
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
288
288
3. Run prisma db pull to turn your database schema into a Prisma schema.
289
289
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
290
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
290
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
291
291
292
292
More information in our documentation:
293
293
https://pris.ly/d/getting-started
@@ -322,7 +322,7 @@ Next steps:
322
322
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
323
323
3. Run prisma db pull to turn your database schema into a Prisma schema.
324
324
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
325
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
325
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
326
326
327
327
More information in our documentation:
328
328
https://pris.ly/d/getting-started
@@ -358,7 +358,7 @@ Next steps:
358
358
2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql, sqlite, sqlserver, mongodb or cockroachdb.
359
359
3. Run prisma db pull to turn your database schema into a Prisma schema.
360
360
4. Run prisma generate to generate the Prisma Client. You can then start querying your database.
361
-
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
361
+
5. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
362
362
363
363
More information in our documentation:
364
364
https://pris.ly/d/getting-started
@@ -393,7 +393,7 @@ Next steps:
393
393
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
394
394
2. Run prisma db pull to turn your database schema into a Prisma schema.
395
395
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
396
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
396
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
397
397
398
398
More information in our documentation:
399
399
https://pris.ly/d/getting-started
@@ -427,7 +427,7 @@ Next steps:
427
427
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
428
428
2. Define models in the schema.prisma file.
429
429
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
430
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
430
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
431
431
432
432
More information in our documentation:
433
433
https://pris.ly/d/getting-started
@@ -461,7 +461,7 @@ Next steps:
461
461
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
462
462
2. Run prisma db pull to turn your database schema into a Prisma schema.
463
463
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
464
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
464
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
465
465
466
466
More information in our documentation:
467
467
https://pris.ly/d/getting-started
@@ -492,7 +492,7 @@ Next steps:
492
492
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
493
493
2. Run prisma db pull to turn your database schema into a Prisma schema.
494
494
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
495
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
495
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
496
496
497
497
More information in our documentation:
498
498
https://pris.ly/d/getting-started
@@ -526,7 +526,7 @@ Next steps:
526
526
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
527
527
2. Run prisma db pull to turn your database schema into a Prisma schema.
528
528
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
529
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
529
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
530
530
531
531
More information in our documentation:
532
532
https://pris.ly/d/getting-started
@@ -560,7 +560,7 @@ Next steps:
560
560
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
561
561
2. Run prisma db pull to turn your database schema into a Prisma schema.
562
562
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
563
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
563
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
564
564
565
565
More information in our documentation:
566
566
https://pris.ly/d/getting-started
@@ -594,7 +594,7 @@ Next steps:
594
594
1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
595
595
2. Run prisma db pull to turn your database schema into a Prisma schema.
596
596
3. Run prisma generate to generate the Prisma Client. You can then start querying your database.
597
-
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
597
+
4. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
1. Run prisma db pull to turn your database schema into a Prisma schema.
629
629
2. Run prisma generate to generate the Prisma Client. You can then start querying your database.
630
-
3. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/beyond-the-orm
630
+
3. Tip: Explore how you can extend the ORM with scalable connection pooling, global caching, and real-time database events. Read: https://pris.ly/cli/beyond-orm
0 commit comments