Manuel Rascioni

Results 3 issues of Manuel Rascioni

Hi @camsaul, I'm playing with Toucan, connecting to a mysql db. I configured Toucan to work with `hikari` datasource and `mount`: ```clojure (ns reviews.database (:require [hikari-cp.core :as h] [mount.core :refer...

Hi there! As first thing very nice project for who like me would like to move to ZIO but is stuck with Kotlin 😛 I was playing around with it...

Sometimes when I modify some code, and then re-execute it I have some problems with the repositories interfaces implementation created by Spring Data JPA, ending up with exceptions like this:...