Commit ec86dd9
[DO] Add seat booking app tutorial (#17063)
* SQLite in Durable Objects docs:
- Add DO SQL class migration, API, pricing, limits, and changelog.
- Update DO glossary
* Update src/content/docs/durable-objects/api/transactional-storage-api.mdx
Co-authored-by: Kenton Varda <[email protected]>
* Update src/content/docs/durable-objects/api/transactional-storage-api.mdx
Co-authored-by: Kenton Varda <[email protected]>
* Update src/content/partials/durable-objects/durable-objects-sql.mdx
Co-authored-by: Kenton Varda <[email protected]>
* Update src/content/partials/workers/transactional_storage_api_pricing.mdx
Co-authored-by: Kenton Varda <[email protected]>
* Address initial feedback
- Rename "Transactional Storage API" to "Storage API"
* Document next(), toArray(), and one()
* Fix indentation, complete rename from Transactional Storage API to Storage API
* Fix code formatting
* Fix code formate
* Fix render link
* Clarify billing
* Fix redirect
* add seat booking tutorial
* feedback changes and links update
* remove old code
* update HTML code to handle WS link on deploy
* Resolving merge conflict part 2
* Correcting typo in changelog.
* fix category
* Update src/content/docs/durable-objects/tutorials/build-a-seat-booking-app/index.mdx
Co-authored-by: Vy Ton <[email protected]>
* Update src/content/docs/durable-objects/tutorials/build-a-seat-booking-app/index.mdx
Co-authored-by: Vy Ton <[email protected]>
* Update src/content/docs/durable-objects/tutorials/build-a-seat-booking-app/index.mdx
Co-authored-by: Vy Ton <[email protected]>
* update class name and add toArray method
---------
Co-authored-by: Vy Ton <[email protected]>
Co-authored-by: Kenton Varda <[email protected]>
Co-authored-by: Jun Lee <[email protected]>1 parent 4cf6d1a commit ec86dd9
File tree
8 files changed
+681
-15
lines changed- src/content
- changelogs
- docs/durable-objects
- api
- best-practices
- get-started
- tutorials/build-a-seat-booking-app
- glossary
- partials
- durable-objects
- workers
8 files changed
+681
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 22 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
221 | 239 | | |
222 | 240 | | |
223 | 241 | | |
| |||
0 commit comments