rickh94 / ODetaM

A simple ODM(Object Document Mapper) for Deta Base based on pydantic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling of Pagination

rickh94 opened this issue · comments

ODetaM currently does not handle the new pagination system in the Deta library. This is fine for Bases under 1000 records, but will break some functionality above that.

I'd like to have the option to handle the pagination quietly by making multiple requests, holding the pagination state internally, so the user just has to either next() or call a .get_next(), or simply pass the pagination options out so they can be accessed directly.