does anyone know of a postgres data type to kotlin...
# announcements
j
does anyone know of a postgres data type to kotlin data type dictionary? eg serial, int4, int8 matches Int
c
Look at PostgreSQL -> Java and then Java -> Kotlin.
j
do you know any existing libs, code snippets?
j
brill, thanks very much. i’m trying to tie up ResultSet metadata sql types to java types