Even java.sql.Clob is just an interface... so for ...
# komapper
d
Even java.sql.Clob is just an interface... so for unit testing, I'd have to selectively use the h2 or mysql implementation, depending on which I want to run tests against, and I'd need to instanciate it to create fake data... for that, you need a connection and other things...!