Skip to content
4 changes: 4 additions & 0 deletions src/content/docs/d1/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Create new serverless SQL databases to query from your Workers and Pages project

D1 is Cloudflare’s native serverless database. D1 allows you to build applications that handle large amounts of users at no extra cost. With D1, you can restore your database to any minute within the last 30 days.

D1 is Cloudflare’s managed, serverless database with SQLite's SQL semantics, built-in disaster recovery, and Worker & HTTP API access.

D1 is designed for horizontal scale out across multiple, smaller (10GB) databases, such as per-user, per-tenant or per-entity databases. D1 allows you to build applications with 1000s of databases at no extra cost for isolating with multiple databases; D1 pricing is based only on query and storage costs.

Create your first D1 database by [following the Get started guide](/d1/get-started/), learn how to [import data into a database](/d1/build-with-d1/import-export-data/), and how to [interact with your database](/d1/build-with-d1/d1-client-api/) directly from [Workers](/workers/) or [Pages](/pages/functions/bindings/#d1-databases).

***
Expand Down
Loading