Am I missing some dependency? I'm trying to connect my ktor app to a MySQL database using Jetbrains Exposed Framework. According to the docs, this is how I should connect to the db, but then why is it unable to find the driver? Am I missing some gradle dependency?
t
tjohnn
12/14/2019, 1:49 PM
Try ask in #exposed
But using a connection pool library like hickaricp would make things easier for you