Are folks using sqldelight on the server? Can I find some quick-starter guides somewhere?
a
alec
02/20/2024, 5:22 PM
we're using it at Cash on server. Is there anything missing from the official guide we should improve?
t
Tudor Luca
02/20/2024, 5:28 PM
Oh I forgot to mention. I’ve been doing mostly Android (on “the JVM”), so I’m basically a child in a new world and I have no idea what I’m doing. eg: I just discovered the magic that is Spring Boot, so I ran back to the things I know from Android, aka sqldelight & no reflection.
I need to build an internal tool with a minimal html interface, that will accept data from users and generate some reports. I assumed the JVM will feel more familiar.
@alec since I caught your attention, can you drop a few lines about some things I should look into as a quick-starter?
h
hfhbd
02/20/2024, 5:41 PM
We heavily use sqldelight in one internal backend system, but without Spring.
We use this combination only in another existing spring boot app with spring data but new components are using sqldelight. This combination requires mapping the sqldelight exceptions to spring data ones since we still use spring exception handling.
t
Tudor Luca
02/20/2024, 5:44 PM
what are you using sqldelight with, instead of spring?
h
hfhbd
02/20/2024, 5:49 PM
Sorry, these are two systems:
Mainframe system using sqldelight.
Regular backend application using spring data JDBC and now sqldelight together.