vok-orm
vok-orm copied to clipboard
Mapping rows from a SQL database to POJOs in its simplest form
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...
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...
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...
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...