Join Slack
Powered by
Hey, is there a good example of a ktor application...
# ktor
s
Szymon Lipiński
10/21/2019, 6:50 PM
Hey, is there a good example of a ktor application with jdbc connection pooling?
j
Jorge R
10/22/2019, 8:25 AM
Related with Ktor related arch, I would follow this
https://www.youtube.com/watch?v=V4PS3IjIzlw
▾
Jorge R
10/22/2019, 8:25 AM
it is a nice way to start
Jorge R
10/22/2019, 8:25 AM
related with jdbc, I recommend you to check Exposed
Jorge R
10/22/2019, 8:26 AM
https://github.com/JetBrains/Exposed
Jorge R
10/22/2019, 8:27 AM
and one example how to connect using Hikari
https://github.com/JetBrains/Exposed/issues/135
s
Szymon Lipiński
10/22/2019, 8:28 AM
thank you
m
mp
10/24/2019, 3:36 PM
https://bitbucket.org/marshallpierce/ktor-demo/src/master/
shows using Hikari and jOOQ
2
Views
Open in Slack
Previous
Next