DoobieRoll is a collection of utilities to make working with Doobie / SQL even easier.

Release (https://badges.gitter.im/gitterHQ/gitter.png)

  • TableColumns - Ensure fields in your SQL are consistently named and ordered.
  • Assembler - Assemble SQL query results into hierarchical domain models.

Assembler does not depend on Doobie, so check it out even if you don’t use Doobie!

Installation

// SBT
"com.github.jatcwang" %% "doobieroll" % "0.3.2" 

// Mill
ivy"com.github.jatcwang::doobieroll:0.3.2"