upper / db

Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
https://upper.io/
MIT License
3.54k stars 235 forks source link

the Paginate(pageSize uint) use uint as param #662

Open wzhsh90 opened 2 years ago

wzhsh90 commented 2 years ago

the Paginate(pageSize uint) use uint as param but the
TotalEntries() (uint64, error) Count() (uint64, error)

used uint64 as the result , is that right ?