Hey, is there a good example of a ktor application...
# ktor
s
Hey, is there a good example of a ktor application with jdbc connection pooling?
j
Related with Ktor related arch, I would follow this

https://www.youtube.com/watch?v=V4PS3IjIzlw

it is a nice way to start
related with jdbc, I recommend you to check Exposed
and one example how to connect using Hikari https://github.com/JetBrains/Exposed/issues/135
s
thank you
m