This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Some times if one needs a random record from from their base they got to have something sequential inside the record otherwise it's kinda hacky to fetch everything from the base then choosing a random record from it. something like this: base.fetch(random=True) |
Beta Was this translation helpful? Give feedback.
Answered by
abdelhai
Jul 24, 2022
Replies: 1 comment 2 replies
-
i'm not sure this is a common use case and is worth implementing. the workarounds we presented seems to do the job for now. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jnsougata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm not sure this is a common use case and is worth implementing. the workarounds we presented seems to do the job for now.