create table test(id int primary key, data uuid default ... a few million rows (with relational databases in general, not just with H2). ... <看更多>
Search
Search
create table test(id int primary key, data uuid default ... a few million rows (with relational databases in general, not just with H2). ... <看更多>
data-jdbc should generate valid create statement for H2 db and execute it successfully. CREATE TABLE `route` (`id` UUID NOT NULL DEFAULT ... ... <看更多>
The uuid type is supported and maps to java.util.UUID . H2 Connection Pool. doobie provides a Transactor that wraps the connection pool provided by H2. Because ... ... <看更多>
You might want to consider an alternative such as the H2 Database Engine (a pure Java database like Derby) which does list a UUID data type. ... <看更多>