I have the table with json
data type in Postgresql
and i must choice the eligible mapping of this field in Scala code for case class field (i don't use slick
where i can directly set something like sql.json
). I consider the next variants:
java.lang.Object
with following validation.play.libs.Json
orio.circe.Json
But i can't choice one of them and I don't other possible candidate for this place.
UPD For interacting with DB i use quill