Top "Kotlin-exposed" questions

Exposed is Kotlin's SQL library.

Is there a way to run raw sql with Kotlin's Exposed library

I'm trying to run some sql specific to postgres and would like to reuse the transaction management within Exposed.

kotlin ktor kotlin-exposed