adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.02k stars 189 forks source link

ModelPaginator export is not available in Lucid ORM [Adonis V6] #1025

Open aayush123 opened 1 month ago

aayush123 commented 1 month ago

Package version

^20.5.1

Describe the bug

The ModelPaginator class is not available as an export under @adonisjs/lucid/orm

Reproduction repo

No response