This repository was archived by the owner on Aug 7, 2023. It is now read-only.
|
is it somehow possible that I get with the "get Request" only a certain number of entries, e.g. I have in my database 150 entries and I want from it only 15 entries, I know that I can get all entries and then take 15 of them, but it is important to me here that the request would be short. |
Answered by
ooralas
Jun 17, 2022
Replies: 2 comments 3 replies
|
Deta base post |
1 reply
|
By the way i found the solution using |
2 replies
Answer selected by
ooralas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By the way i found the solution using
fetch. Somehow I overlooked fetch. There you can enter in optionallimitparameter.Reference : https://docs.deta.sh/docs/base/sdk#fetch)