|
2 | 2 | {} |
3 | 3 | --- |
4 | 4 |
|
5 | | -import { Markdown } from "~/components"; |
| 5 | +import { Markdown, Details } from "~/components"; |
6 | 6 |
|
7 | 7 | Hyperdrive is included in both the Free and Paid [Workers plans](/workers/platform/pricing/). |
8 | 8 |
|
9 | | -| | Free plan<sup>1</sup> | Paid plan | |
| 9 | +| | Free plan[^1] | Paid plan | |
10 | 10 | | ---------------------------- | --------------------- | --------- | |
11 | | -| Database queries<sup>2</sup> | 100,000 / day | Unlimited | |
| 11 | +| Database queries[^2] | 100,000 / day | Unlimited | |
12 | 12 |
|
13 | | -<sup>1</sup> The Workers Free plan includes limited Hyperdrive usage. All limits |
14 | | -reset daily at 00:00 UTC. If you exceed any one of these limits, further |
15 | | -operations of that type will fail with an error. |
| 13 | +[^1]: The Workers Free plan includes limited Hyperdrive usage. All limits reset daily at 00:00 UTC. If you exceed any one of these limits, further operations of that type will fail with an error. |
16 | 14 |
|
17 | | -<sup>2</sup> Database queries refers to any database statement made via |
18 | | -Hyperdrive, whether a query (`SELECT`), a modification (`INSERT`,`UPDATE`, or |
19 | | -`DELETE`) or a schema change (`CREATE`, `ALTER`, `DROP`). |
| 15 | +[^2]: Database queries refers to any database statement made via Hyperdrive, whether a query (`SELECT`), a modification (`INSERT`,`UPDATE`, or `DELETE`) or a schema change (`CREATE`, `ALTER`, `DROP`). |
| 16 | + |
| 17 | +<Details header="Footnotes" open={true}> |
| 18 | +1: The Workers Free plan includes limited Hyperdrive usage. All limits reset daily at 00:00 UTC. If you exceed any one of these limits, further operations of that type will fail with an error. |
| 19 | + |
| 20 | +2: Database queries refers to any database statement made via Hyperdrive, whether a query (`SELECT`), a modification (`INSERT`,`UPDATE`, or `DELETE`) or a schema change (`CREATE`, `ALTER`, `DROP`). |
| 21 | +</Details> |
0 commit comments