Top "Sql2o" questions

Sql2o is a small Java framework that makes it easy to execute SQL statements on your JDBC compliant database from Java.

How to save a UUID as binary(16) in 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