What methodes are available to stream the result of a byteEA column from a postgres database via ScalikeJDBC. My question is not about streaming results e.g a query has 1 000 000 results and results are streamed to the application BUT about selecting a single byteEA field from the db and instead of retrieving the whole binary data at once, read the content of the column from a stream.
Background: There is a guide to streaming the content of byteEA columns in jdbc but i miss a documentation of such feature in scalalikejdbc.