Skip to content
2 changes: 2 additions & 0 deletions src/content/docs/d1/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ 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 designed to be scaled out horizontally - we recommend creating multiple, smaller databases for your application.

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