Allows you to use the TypedFragment in a SQL query.
For example:
val matchIdSql: TypedFragment[Option[MatchId]] = sql"($matchData->session_mode->>match_id)::uuid" sql"UPDATE matches SET ${matchIdSql === Some(matchId)}"