slick-codegen-patch CI Status Maven Central

slick-codegen-patch is a library that helps you to modify a slick model for primarily slick-codegen.

Installation

To add slick-codegen-patch dependency to your project, add the following to your build.sbt:

libraryDependencies += "dev.hshn" %% "slick-codegen-patch" % version

Modifying slick code generation

TBD