Using SQLAlchemy
Hello! Simple question if you wouldn't mind answering. I was reading the documentation and it states.
For instance, if you use SQLAlchemy you can use paginate from fastapi_pagination.ext.sqlalchemy module. What are the consequences of using paginate from fastapi_pagination instead? It will load all the data in memory before paginating it? is my understanding correct?
Thank you!
Every paginate function requires some configuration to work with related ORM/ODM. The paginate function from fastapi_pagination is not meant to be used with SQLAlchemy.
@limzyishere Sorry for long response. Do you still have a question or @hasansezertasan answered it?
@limzyishere I'm closing this issue. Please, reopen it in case you still have questions.