Add more expansive #db.f cursor documentation#573
Draft
Fayti1703 wants to merge 8 commits intocomcode-org:mainfrom
Draft
Add more expansive #db.f cursor documentation#573Fayti1703 wants to merge 8 commits intocomcode-org:mainfrom
#db.f cursor documentation#573Fayti1703 wants to merge 8 commits intocomcode-org:mainfrom
Conversation
First draft of db cursor refinement. Expect this commit to VANISH in the future.
matr1x-hackmud
approved these changes
Nov 13, 2025
|
|
||
| ### Cursor Handles | ||
|
|
||
| ((%FTODO: Write something that people who have never used a file descriptor in their life can understand.%)) |
Member
There was a problem hiding this comment.
For a first version of this page, this TODO (and other TODOs) can be pulled if you're interested in getting this merged before completing this part
|
|
||
| ## Cursor State | ||
|
|
||
| This function closes the cursor. If this is undesirable, try [count_and_keep_open](./count_and_keep_open). |
Member
There was a problem hiding this comment.
This page does not exist yet
Contributor
Author
There was a problem hiding this comment.
There's a few missing pages:
count_and_keep_open(which you mentioned)distinct_and_keep_openeach(_and_close)each_and_keep_opensort
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
The documentation for
#db.f's cursors is:limit+countinteractions)Context
This is a first draft.