We are having a few issues managing images in the database with Slick. They are stored in a Array[Byte] format. Every source I read informs me it should work, but I keep getting this error:
could not find implicit value for parameter conv: scala.slick.jdbc.GetResult[Array[Byte]]
The compiler is telling me that no mapper is found for Array[Byte]. I must be missing a simple import, but I can't seem to find it.