Skip to content

Commit 9019100

Browse files
updates
1 parent c9d0083 commit 9019100

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/100-getting-started/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npx prisma init --db
4242

4343
<BorderBox>
4444

45-
[**Prisma Postgres**](/postgres) is our managed PostgreSQL service with automatic scaling, AI integrations, and a simple API and GUI for database management.
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.
4646

4747
```terminal
4848
npx create-db
@@ -97,6 +97,11 @@ The fastest way to set Prisma ORM up with a ready-to-use database.
9797
image={'/img/technologies/cockroachdbdark.svg'}
9898
tech="Cockroach DB"
9999
/>
100+
<SquareLogo
101+
url="/orm/overview/databases/sqlite"
102+
image={'/img/technologies/sqlite.svg'}
103+
tech="SQLite"
104+
/>
100105
<SquareLogo
101106
url="/getting-started/setup-prisma/start-from-scratch/mongodb-typescript-mongodb"
102107
image={'/img/technologies/mongodbsimple.svg'}

0 commit comments

Comments
 (0)