-
Notifications
You must be signed in to change notification settings - Fork 97
feat: facades.Orm supports cursor #243
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
Conversation
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.
Good job, bro, that's what we want. Please add some test cases after I solve the timestamp problem in mapstructure
, then this's PR can be merged.
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.
Good job π
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.
LGTM
Closes goravel/goravel#95
π Description
This PR adds support for the
Cursor
method in the query, enabling efficient handling of large result sets without loading all data into memory.β Checks