Skip to content

maidan-co/mgo-paginator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

# mgo-paginator

The default pagination mechanism of mgo driver lies on skipping and limiting which iterates through all of the collection data.

To be able to improve the performance we have implemented offset based pagination like modern API's does. It sends a query only to the target data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages