What's the best ORM to use with Kotlin, for doing ...
# server
j
What's the best ORM to use with Kotlin, for doing things along the lines of user = User.find(3) or game = Game.findByUser(user).setStatus(Game.Status.STARTED).save There's some Java stuff but I'm not that familiar with them, more familiar with Ruby on Rails and Python, decided to learn Kotlin for fun.