You don't need any plugins to work with databases in ktor. Just open your DataSource and use it like you normally would. Ktor isn't an application framework, so it doesn't pollute your implementation with its opinions, unlke Spring.
If you want to stay in the JetBrains ecosystem, they have they also have the Exposed ORM that supports Postures.