We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
query_exactly_one()
In many cases, we want the query to return exactly one result. A canonical example would be querying a user id from a token.
The current API makes it easier to discard extra results than to throw an error in the case of extra results.
I think it would be a good addition to have a query function that only returns a result when there exactly one match
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In many cases, we want the query to return exactly one result. A canonical example would be querying a user id from a token.
The current API makes it easier to discard extra results than to throw an error in the case of extra results.
I think it would be a good addition to have a query function that only returns a result when there exactly one match
The text was updated successfully, but these errors were encountered: