zio-sql
zio-sql copied to clipboard
Unable to resolve aggregate functions
Hello,
I am working with the groupBy example in examples/src/main/scala/zio/sql
. The AggregationDef import does not resolve
The zio-sql version I am using is 0.1.2. I noticed in the source code that the AggregationDef.scala
is available in the core module. Is this not supported in version 0.1.2?
Thanks