fwbrasil / activate

Abandoned: Pluggable persistence in Scala
GNU Lesser General Public License v2.1
299 stars 46 forks source link

Add Group By and Having #159

Open frossi85 opened 10 years ago

frossi85 commented 10 years ago

I know that I can use Slick or Direct Access. But if I try to use an in memory database to make the development cycle more agile, I need to comment the code that use this functionality because both need a JDBC connection. There is a possibility to add this feature?? If you point me where I can see, perhaps I can make it.