mk3008 / Carbunql

Carbunql is an advanced Raw SQL editing library.
https://mk3008.github.io/Carbunql/
MIT License
41 stars 4 forks source link

[Experiment] TypeSafe Query Builder - group clause #435

Closed mk3008 closed 3 months ago

mk3008 commented 4 months ago

I would like to make it possible to define a GroupClause using the Group function. I would like to make it possible to define a GroupClause and a SelectClause simultaneously using the GroupSelect function. I also think it is necessary to define a Sum function.