(Scala) doobie-typesafe v0.3.0 released: better docs, `SQLDefinition.option` (arturaz.github.io) 2 points by arturaz 1y ago ↗ HN
[–] arturaz 1y ago ↗ `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.
1 comment
[ 3.0 ms ] story [ 9.9 ms ] threadChanges:
- 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.