Are folks using sqldelight on the server? Can I fi...
# squarelibraries
t
Are folks using sqldelight on the server? Can I find some quick-starter guides somewhere?
a
we're using it at Cash on server. Is there anything missing from the official guide we should improve?
t
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
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
what are you using sqldelight with, instead of spring?
h
Sorry, these are two systems: Mainframe system using sqldelight. Regular backend application using spring data JDBC and now sqldelight together.