Hello everyone! How are you all doing? :wave: I'm ...
# ktor
j
Hello everyone! How are you all doing? 👋 I'm creating a demonstration project for my team to present Ktor as a back-end framework. They are already hyped to migrate our main language to kotlin but frameworks still concern them. Ktor is great and I'm sure they'll love it, but the persistence layer worries me. Earlier in the year, I've presented a spring/kotlin project and they loved the concept of JpaRepository<> interface, especially making use of the @Query annotation. I think they will have a tough time embracing Exposed, that's why I wanted to ask if anyone had resources to better understand how to implement it (JpaRepository<>) with Ktor. I'm not sure if it's possible at all, if so, please let me know 🙌 I'd really like to present them with a similar solution so we can use it with our new projects.