All Questions
1 question
2
votes
0
answers
1k
views
Kotlin DAO with Exposed: How to reduce redundancy in classes?
I'm writing a Kotlin app that uses Exposed (https://github.com/JetBrains/Exposed) as a SQL wrapper to write and read objects from databases. The problem I'm facing is that I end up with 3 classes ...