Maybe a ByteArray column using Blob can help a lot, but I think is not the goal of the project because the Table is exactly like the Table from SQL, blob is Blob, text is Text, dateTime is DateTime, etc...
t
tapac
07/09/2019, 3:26 PM
The current problem is that Exposed works over JDBC which has not very comfortable API to work with blobs, but I plan to separate JDBC implementation from Exposed main API and then (maybe) it will be possible to improve blobs.