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

query_exactly_one() #187

Open
divarvel opened this issue Sep 19, 2023 · 0 comments · May be fixed by #214
Open

query_exactly_one() #187

divarvel opened this issue Sep 19, 2023 · 0 comments · May be fixed by #214

Comments

@divarvel
Copy link
Collaborator

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

@baranyildirim baranyildirim linked a pull request Mar 24, 2024 that will close this issue
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 a pull request may close this issue.

1 participant