MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
160 stars 47 forks source link

Add min to collection. #873

Closed josephmancuso closed 3 months ago

josephmancuso commented 4 months ago

we have max() but no min()

amirhoseinsalimi commented 4 months ago

Hey, maybe this can help? https://github.com/MasoniteFramework/orm/pull/874

PR to update docs: https://github.com/MasoniteFramework/orm-docs/pull/45