martenframework / marten

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

Implement `sum` to query sets #160

Closed treagod closed 6 months ago

treagod commented 6 months ago

This PR adds the ability to sum all values for a certain DB column.

Closes #96