-
Notifications
You must be signed in to change notification settings - Fork 668
Rust: client query builder #4003
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
base: master
Are you sure you want to change the base?
Conversation
70ea73b to
d0d0d24
Compare
d0d0d24 to
27fc271
Compare
62bbd3e to
098476f
Compare
joshua-spacetime
left a comment
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.
Looks great! We also need to be able to build queries over views, but otherwise its ready to merge.
54e6ebb to
76375c0
Compare
gefjon
left a comment
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.
Can you update the Rust sdk-test clients to use the query builder rather than raw SQL strings?
Description of Changes
Client Query builder for rust, as per proposal - https://github.com/clockworklabs/SpacetimeDBPrivate/pull/2356.
TypedSubscriptionBuilderinsdks/rustas mentioned in proposalAPI and ABI breaking changes
NA, additive changes.
Expected complexity level and risk
2
Testing
Added a test.