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
It should be possible to use a compound index to query unique ents:
ctx.table("users").get("firstNameLastName", firstName, lastName)
I had trouble getting the types to oblige when I was implementing get() with indexes.
The text was updated successfully, but these errors were encountered:
This is blocked by microsoft/TypeScript#29919 (which should be fixed soon)
Sorry, something went wrong.
This is fixed on https://github.com/xixixao/convex-ents/tree/variadic-get, will wait for VS Code release with TS 5.4
614bb98
No branches or pull requests
It should be possible to use a compound index to query unique ents:
ctx.table("users").get("firstNameLastName", firstName, lastName)
I had trouble getting the types to oblige when I was implementing get() with indexes.
The text was updated successfully, but these errors were encountered: