Hi, is there an easy to work ORM with Kotlin that ...
# getting-started
e
Hi, is there an easy to work ORM with Kotlin that is recommended? (I create data class person, and then I could do something like person.findAll() .. Thanks.