vok-orm icon indicating copy to clipboard operation
vok-orm copied to clipboard

Mapping rows from a SQL database to POJOs in its simplest form

Results 5 vok-orm issues
Sort by recently updated
recently updated
newest added

Both Cockroach and MSSQL docker images aren't available for arm64; docker tries to use amd64 images with emulation and fails. - Let's either v-bump the databases or skip the tests...

JDBI supports proper mapping to Kotlin-classes via the `jdbi3-kotlin` plugin. The DaoOfAny class from jdbiorm only provides a Java-`FieldMapper`, this works to some extent with Kotlin. The `FieldMapper` requires you...

enhancement
question

Current project I am using postgres for the first time. Having used Mysql Enums in the past, and being a fan of typed data -- I ended up with a...

bug
waiting for upstream

Is their any planned support for Postgres composite types? I'd able to share code from a Java PG DAO library made within our company that supports this if that would...

enhancement
question

None of the DAO generated queries utilize SQL quotation. This becomes problematic in various situations, but, is most visible when table names utilize built in symbols. Example - The statement...

bug
waiting for upstream