Kaltsoon / sequelize-cursor-pagination

➡️ Cursor-based pagination queries for Sequelize models
87 stars 27 forks source link

Develop #54

Closed jadhavmanoj closed 2 years ago

jadhavmanoj commented 2 years ago

As discussed on #53 I have added support for one format.

    // Will order by an associated model's createdAt using a simple association object.
    [{model: Task, as: 'Task'}, 'createdAt', 'DESC'],

I am Stil working on supporting other format.

jadhavmanoj commented 2 years ago

Closing as this project rewritten in typescript