Hello friends, I was using Spring Boot for a while...
# server
o
Hello friends, I was using Spring Boot for a while, then I saw there is Ktor and I really enjoy using it but sadly I did not find enough database support for that
Is there anything you can recommend me like JPA?
I tried Exposed but it was like more work to do, always doing schemaToModel etc. or while creating doing it[Todos.title] = "" was a little bit exhausting, moreover, while doing it, I was able to skip any field and I do not get any warning
r
o
I never heard of these, let me check it, thank you!
a
Ktorm and jdbi would be my recommendations
o
They does not look like as full as spring data jpa but they look good
Ktorm especially
j
ktorm hasn't been updated in a year. It looks like an abandoned project to me https://github.com/kotlin-orm/ktorm/branches/active
👍 1
o
Yeah, it looks like so, maybe they focus on Exposed?
j
unlike ktor, ktorm is not a jetbrains project. exposed is a jetbrains project. I doubt the developers of ktorm have any connection to ktor and exposed
o
ahh, I thought Ktorm is related with Ktor, thank you
r
both Ktorm and Exposed are blocking frameworks, which imho makes non-blocking komapper (with r2dbc) a better fit for Ktor
o
Thanks everybody for the suggestions
I will try each one by one and decide
Have a great day 🙂
h
Or use sqldelight