1 comment

[ 4.7 ms ] story [ 12.5 ms ] thread
`doobie-typesafe` is a typesafe wrapper for `doobie` SQL FRM that allows you to write queries in a typesafe way.

Changes:

- Support for using `Composite`s (or any `SQLDefinition`s) when performing left / right joins via `.option`: https://arturaz.github.io/doobie-typesafe/002_querying.html#...

- Better documentation, separated into different pages.