Hello, I am building a rest server with Jersey 2.6. And for DB access, I am trying to switch from Hibernate JPA to JDBI since I kinda feel Hibernate does not work well with Kotlin. I and totally new to jdbi and I got a few questions like: whether it is a good practice to inject DAO with onDemand, how to use enum type, etc. Do you guys have any tutorials or sample projects to start with?