https://kotlinlang.org logo
#feed
Title
# feed
u

umar

08/08/2017, 2:16 PM
I'm creating webapp first time, and php is terrifying me, java libraries are complicated for me, so i found this article and ktor very simple. Will try it soon. Anyone know similar articles or tuts how to work with databases with ktor?
o

orangy

08/08/2017, 2:30 PM
Try #ktor for specific questions, and #server for generic questions, like working with databases. There is nothing specific in Ktor for this, just get your JDBC connections pool, connect to Mongo or anything else.
u

umar

08/08/2017, 2:38 PM
Thanks, will try