-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs feature branch: SQLite in DO #16903
Merged
Merged
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b6d752c
SQLite in Durable Objects docs:
vy-ton 2ab366f
Update src/content/docs/durable-objects/api/transactional-storage-api…
vy-ton 7ebc77f
Update src/content/docs/durable-objects/api/transactional-storage-api…
vy-ton 55f03c4
Update src/content/partials/durable-objects/durable-objects-sql.mdx
vy-ton a42a6eb
Update src/content/partials/workers/transactional_storage_api_pricing…
vy-ton f0fb5a6
Address initial feedback
vy-ton 678db9b
Document next(), toArray(), and one()
vy-ton df1aa04
Fix indentation, complete rename from Transactional Storage API to St…
vy-ton 1312068
Fix code formatting
vy-ton e16b8dc
Fix code formate
vy-ton f2dd4fb
Fix render link
vy-ton fb35e14
Clarify billing
vy-ton 9c192e1
Fix redirect
vy-ton 956c6d8
Add DO vs D1 comparison
vy-ton d383f6e
Add missing new partial
vy-ton ce1c3fc
fix relative links
vy-ton 795c279
Minor edits
vy-ton b1a678b
Apply suggestions from code review
vy-ton 4011a0a
Address more feedback
vy-ton f177323
Merge commit '5a557aeae2cb0fb275dd4a80145c62a2cbd00bc5' into sqlite-i…
Oxyjun 27be1be
Changing outdated link for GitHub pipeline.
Oxyjun f736edc
Apply suggestions from code review
vy-ton 247ffd3
update terms
vy-ton c6d95da
remove tutorial edit
vy-ton 53f6700
fixes
vy-ton 34948fe
fix link
vy-ton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get that this example is showing multiple things, but it seems kinda weird to have cursor.toArray() in this example. It would be better to have individual examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wanted this example embedded here to highlight the above bullet.
There are individual examples for different tasks below on this page