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: content/700-optimize/700-known-limitations.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ When using the [Optimize client extension](https://www.npmjs.com/package/@prisma
34
34
const prisma =newPrismaClient()
35
35
.$extends(
36
36
withOptimize({
37
-
token: process.env.OPTIMIZE_API_KEY,
37
+
apiKey: process.env.OPTIMIZE_API_KEY,
38
38
}),
39
39
)
40
40
.$extends(withAccelerate());
@@ -50,4 +50,4 @@ Raw queries are visible in MongoDB, though the parameters passed to them are not
50
50
51
51
## Driver adapter compatibility
52
52
53
-
Prisma Optimize is not yet compatible with [driver adapters](/orm/overview/databases/database-drivers#driver-adapters). However, as a workaround, you can run your queries locally using the regular Prisma Client along with Prisma Optimize to inspect and improve query performance.
53
+
Prisma Optimize is not yet compatible with [driver adapters](/orm/overview/databases/database-drivers#driver-adapters). However, as a workaround, you can run your queries locally using the regular Prisma Client along with Prisma Optimize to inspect and improve query performance.
"Open source Node.js and TypeScript ORM with an intuitive data model, automated migrations, type-safety, and auto-completion.",
6
+
"Node.js and TypeScript ORM with an intuitive data model, automated migrations, type-safety, and auto-completion. <br><br>Combine it with <b>Prisma Studio</b> to explore and manipulate your data.",
7
7
links: [
8
8
{
9
-
url: "/getting-started",
10
-
title: "Getting started",
9
+
url: "/orm",
10
+
title: "ORM",
11
11
},
12
12
{
13
-
url: "https://github.com/prisma/prisma-examples",
14
-
title: "Example projects",
15
-
external: true,
13
+
url: "/orm/tools/prisma-studio",
14
+
title: "Studio",
15
+
},
16
+
],
17
+
},
18
+
poptimize: {
19
+
title: "Optimize your database queries",
20
+
//eyebrow: "Fortify",
21
+
description: "Use <b>Prisma Optimize</b> to generate insights and get recommendations to improve your database queries, making your application run faster.",
22
+
links: [
23
+
{
24
+
url: "/optimize",
25
+
title: "Optimize",
16
26
},
17
27
],
18
28
},
19
29
pdp: {
20
-
title: "Grow as your app evolves",
21
-
icon: "triangle",
30
+
title: "Grow and evolve your application",
31
+
//eyebrow: "Grow",
22
32
description:
23
-
"Expand your application capabilities with global database caching, connection pooling, and real-time database subscriptions.",
33
+
"Scale your database connections and cache your database results at the edge with <b>Prisma Accelerate</b>. <br><br>Add <b>Prisma Pulse</b> to your app to react to database changes with type-safe model subscriptions.",
24
34
links: [
25
35
{
26
36
url: "/accelerate",
27
-
title: "Prisma Accelerate",
37
+
title: "Accelerate",
28
38
},
29
39
{
30
40
url: "/pulse",
31
-
title: "Prisma Pulse",
41
+
title: "Pulse",
32
42
},
33
43
],
34
44
},
35
45
};
36
46
37
47
exportconstORMCardLinkData={
38
48
components: {
39
-
title: "ORM Components",
49
+
title: "ORM Components and Reference",
40
50
description: "Learn about the building blocks of Prisma ORM.",
41
51
links: [
42
52
{
43
53
url: "/orm/prisma-schema",
44
54
title: "Prisma Schema",
45
55
},
46
56
{
47
-
url: "/orm/tools/prisma-cli",
48
-
title: "Prisma CLI",
57
+
url: "/orm/reference/prisma-schema-reference",
58
+
title: "Schema reference",
49
59
},
50
60
{
51
61
url: "/orm/prisma-client",
52
62
title: "Prisma Client",
53
63
},
54
64
{
55
-
url: "/orm/tools/prisma-studio",
56
-
title: "Prisma Studio",
65
+
url: "/orm/reference/prisma-client-reference",
66
+
title: "Client API reference",
67
+
},
68
+
{
69
+
url: "/orm/tools/prisma-cli",
70
+
title: "Prisma CLI",
71
+
},
72
+
{
73
+
url: "/orm/reference/prisma-cli-reference",
74
+
title: "Prisma CLI reference",
57
75
},
58
76
{
59
77
url: "/orm/prisma-migrate",
60
78
title: "Prisma Migrate",
61
79
},
80
+
{
81
+
url: "/orm/reference/error-reference",
82
+
title: "Error message reference",
83
+
},
62
84
],
63
85
},
64
86
65
87
reference: {
66
-
title: "Reference",
67
-
description: "Understand the usage and API surface of our products.",
88
+
title: "Platform Reference",
89
+
description: "Understand the usage and API surface of our platform products built on top of Prisma ORM.",
0 commit comments