Sql2o is a small Java framework that makes it easy to execute SQL statements on your JDBC compliant database from Java.
I have a table TestTable with columns ID as binary(16) and name as varchar(50) I've been trying to store an …
java mysql primary-key uuid sql2o