Can someone point me to documentation for integrat...
# ktor
w
Can someone point me to documentation for integrating queries to DB2 into ktor. I have never worked with having to setup jdbc and the connections to a particular type of database before and would be very appreciative?
It has nothing to do with ktor as it's just a server framework. How you do persistence is entirely up to you.
w
I will have to google persistence, but thank you for the documentation link
a
There is a sample project about the Ktor server and Exposed integration that could help you understand a project stucture.