Home

Awesome

Doobie Quick Start

This is a template to help you get started playing with doobie (or to reproduce doobie bugs 🫣)

Getting started

  1. Clone this repository
  2. Edit build.sbt to set the Scala/doobie version you're using
  3. Run docker-compose up -d --force-recreate to start the DB container
  4. sbt run

Next steps

Once you have the example running