Note: Doobie’s row->case class mapping is not based on case class property name
Instead it’s based on position. To be specific, the first column in the select sql will be mapped to the first property of the case class. Here is an example: Let’s say in the db there is a table called foo_bar foo bar fff bbb This is not desirable. But the author of Doobie won’t …
Note: Doobie’s row->case class mapping is not based on case class property name Read More »