From e17642ddc0e0afe6cc3bef8202760c44a622316e Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 3 Apr 2024 18:21:36 +0200 Subject: [PATCH] Update 950-cloudflare-d1.mdx (#5802) --- .../200-orm/050-overview/500-databases/950-cloudflare-d1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx b/content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx index bac57ca867..da5dc0604a 100644 --- a/content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx +++ b/content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx @@ -16,7 +16,7 @@ Prisma ORM support for Cloudflare D1 is currently in [Preview](/orm/more/release ## What is Cloudflare D1? -D1 is Cloudflare's native serverless database and was initially [launched in 2022](https://blog.cloudflare.com/introducing-d1). It's based on SQLite and can be used when deploying applications with Cloudflare. D1 . +D1 is Cloudflare's native serverless database and was initially [launched in 2022](https://blog.cloudflare.com/introducing-d1). It's based on SQLite and can be used when deploying applications with Cloudflare. Following Cloudflare's principles of geographic distribution and bringing compute and data closer to application users, D1 supports automatic read-replication. It dynamically manages the number of database instances and locations of read-only replicas based on how many queries a database is getting, and from where.