Commit e2f26ba
[D1] Creating proper API documentation (#17923)
* Adding placeholder for new API section.
* Initializing await stmt API chapter.
* Reordering the sidebar. Adding intro to stmt.methods.
* Setting up Worker Bindings API chapters.
* Settling on naming convention, fleshing out .db chapter.
* Setting up the database API section.
* Fleshing out API chapters.
* Updating D1 API docs.
* Adding in more information to be complete.
* Apply suggestions from code review
Co-authored-by: Lambros Petrou <[email protected]>
* Update src/content/docs/d1/worker-api/query.mdx
* Updating the Return Object chapter. Testing more APIs.
* Fleshing out the API docs in more detail.
* Fixing broken link.
* Changing reference to mention Worker Binding APIs.
* Small rename.
* Small rename.
* Updating the chapters
* Modifying the structure to align with discussion.
* Renaming extensions header for better clarity.
* Adding changelog entry for including multiple queries in a single prepared statement.
* Updating wording in Get started to match new folders.
* Fixing broken link
* Implementing feedback.
* Removing references to multi-statement prepare().
* Fixing broken links
* Grammar fixes and deleting redundant comment block.
* Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
* Minor rename of the chapter
* Cleaning up the structure by method hierarchy.
* Adding a note for those who are following the tutorial with an existing Worker.
* Actioning PR feedback.
* Turning all method names into links to the relevant header.
---------
Co-authored-by: Lambros Petrou <[email protected]>
Co-authored-by: marciocloudflare <[email protected]>1 parent 4bf90c8 commit e2f26ba
File tree
18 files changed
+800
-24
lines changed- public
- src/content
- docs/d1
- build-with-d1
- configuration
- examples
- observability
- platform
- reference
- sql-api
- tutorials
- worker-api
- partials/d1
18 files changed
+800
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
531 | 535 | | |
532 | 536 | | |
533 | 537 | | |
534 | | - | |
| 538 | + | |
535 | 539 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments