Skip to content

Implement XITDBCursor #5

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

Merged
merged 3 commits into from
Jun 6, 2025
Merged

Implement XITDBCursor #5

merged 3 commits into from
Jun 6, 2025

Conversation

codeboost
Copy link
Owner

A cursor takes an 'XITDB db' and a keypath.

A cursor will return the value of db at keypath and any mutation on the cursor will be placed at keypath in the original db.
You can create a cursor from a XITDBDatabase or a XITDBCursor.

codeboost added 3 commits June 4, 2025 19:05
A cursor behaves like an atom and reads from keypath and writes to keypath
@codeboost codeboost merged commit 87ccef7 into master Jun 6, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant