Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
user125756's user avatar