While there are a lot of existing solutions to access relational databases in Scala, each one is taking a slightly different approach.
Usually, users have to choose between SQL first approach and type safety.
ZIO SQL provides a nice embedded DSL that is 100% type-safe and just feels like writing SQL in Scala.
With the first release just around the corner, Jaroslav Regec showcases simple to complex queries, inserts, and some cool new features.