Skip to content
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

Add interface that allows programmatic access to query results to the BRAD RPC #197

Merged
merged 5 commits into from
Jul 18, 2023

Conversation

geoffxy
Copy link
Member

@geoffxy geoffxy commented Jul 18, 2023

Needed as a part of #193. This PR adds a JSON-based query method to the RPC. We need this functionality to support transactions that depend on the result returned by the DBMS. Our existing query interface returns string-encoded rows, which are not really usable by the client. There are better encoding schemes than JSON. However JSON is the easiest to get started with, and it is also the scheme used by SageDB.

@geoffxy geoffxy self-assigned this Jul 18, 2023
@geoffxy geoffxy merged commit e233523 into main Jul 18, 2023
1 check passed
@geoffxy geoffxy deleted the gy-txn-2 branch July 18, 2023 14:51
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