Hi, I just started backend with Ktor framework, I ...
# ktor
a
Hi, I just started backend with Ktor framework, I see documentation about ktor but there is no help about Database Connectivity and Staf like that So any Guide about Database Connection? @hhariri @Shan @Adriano Celentano
h
You can use anything for dB including exposed
1
talks about exposed. You'll want to use that. You can use any database with it
a
Thanks @hhariri and @kevindmoore it's very helpful for me
r
@Ahsan Raza - I have a small project that I use as a guide. Hope it can help you. https://github.com/rodrigodevelms/kotlin_testando_ktor_exposed
a
I think Jooq library is better than Exposed because it generate all schema related to database automatically...... @kevindmoore @hhariri @Rodrigo Silva what's your opinion?
h
Sorry, I’ve not used Jooq so can’t comment. But in any case Ktor is not about DBs or frameworks for these. One can use whatever they like.
a
Thanks @hhariri Yes it's true but I want to build REST services for mobile application that's why I'm more concerned about Database with Ktor
h
Sorry not sure how that’s related?
k
@Ahsan Raza One concern is that Jooq looks like a commercial product and costs a good bit
g
@kevindmoore It's a bit weird, but it depends on the database. It's free with PostgreSQL but not with Oracle.