martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
405 stars 23 forks source link

Add `minimum` and `maximum` methods to query sets #161

Closed treagod closed 6 months ago

treagod commented 6 months ago

This PR adds the ability retrieve the minimum/maximum value for a certain DB column.

Closes #146

treagod commented 6 months ago

I have noticed that the implementations of aggregate methods are very similar. But I would refactor this in a future commit, to be more precise after min/max and sum are in main