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
Explore our products that make it easy to build and scale data-driven applications:
35
-
36
-
[**<Database />Prisma ORM**](/orm/overview/introduction/what-is-prisma) is a next-generation Node.js and TypeScript ORM that unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion.
37
-
38
-
[**<PrismaPostgres />Prisma Postgres**](/postgres) is a managed PostgreSQL service that gives you an _always-on_ database with _pay-as-you-go_ pricing.
39
-
40
-
[**<Inspect />Prisma Optimize**](/optimize/) helps you analyze queries, generate insights, and provides recommendations to make your database queries faster.
31
+
<List>
41
32
42
-
[**<Bolt />Prisma Accelerate**](/accelerate) is a global database cache with scalable connection pooling to make your queries fast.
33
+
<BorderBox>
43
34
44
-
</BorderBox>
35
+
[**Prisma ORM**](/orm/overview/introduction/what-is-prisma) is an open-source ORM that provides fast, type-safe access to Postgres, MySQL, SQLite, and more databases, and runs smoothly across Node.js, Bun, and Deno.
Add Prisma ORM to your application in a few minutes to start modeling your data, run schema migrations and query your database.
45
+
[**Prisma Postgres**](/postgres) is a fully managed PostgreSQL database that scales to zero, integrates with Prisma ORM and Prisma Studio, and includes a generous free tier.
50
46
51
-
### The easiest way to get started with Prisma
47
+
```terminal
48
+
npx create-db
49
+
```
50
+
</BorderBox >
51
+
52
+
</List>
52
53
53
-
_Explore all Prisma products at once._
54
+
<br/>
54
55
55
-
<LinkCard
56
-
icon="fa-solid fa-rabbit-running"
57
-
title="Prisma Starter Template"
58
-
desc="Create a new database, model your data, run migrations, and send queries in this comprehensive 5 minute tutorial."
56
+
<QuickstartLinkCard
57
+
title="Quickstart →"
58
+
highlight="#16A394"
59
59
link="/getting-started/quickstart-prismaPostgres"
60
-
/>
60
+
>
61
61
62
-
### Explore quickly with a SQLite database
62
+
The fastest way to set up **Prisma ORM**with a ready-to-use **Prisma Postgres**database.
63
63
64
-
_These options don't require you to have your own database running._
64
+
</QuickstartLinkCard>
65
65
66
-
<Grid>
67
-
<LinkCard
68
-
icon="fa-solid fa-rabbit-running"
69
-
title="Quickstart"
70
-
desc="Set up Prisma ORM from scratch with a SQLite database in 5 minutes."
71
-
link="/getting-started/quickstart-sqlite"
72
-
/>
73
-
<LinkCard
74
-
icon="fa-brands fa-github"
75
-
title="Examples"
76
-
desc="Explore our ready-to-run examples with your favorite frameworks and libraries."
77
-
link="https://github.com/prisma/prisma-examples/"
78
-
/>
79
-
</Grid>
66
+
<br/>
67
+
<br/>
80
68
81
-
### Choose an option to get started with your own database
69
+
### <PrismaPostgrescolor="#16A394"width="24"height="24" /> Already have your own database?
82
70
83
-
_Select one of these options if you want to connect Prisma ORM to your own database._
71
+
The fastest way to set Prisma ORM up with a ready-to-use database.
84
72
85
-
<TabbedContent>
86
-
<TabItemvalue="New database">
87
-
<p>
88
-
Set up Prisma ORM <b>from scratch</b> with your favorite database and
89
-
learn basic workflows like data modeling, querying, and migrations.
0 commit comments